docs: Removed duplicate line in daily_file_sink comment

pull/3249/head
F1F88 10 months ago
parent 8e5613379f
commit c1bd9ec86f

@ -62,7 +62,6 @@ struct daily_filename_format_calculator {
* Rotating file sink based on date.
* If truncate != false , the created file will be truncated.
* If max_files > 0, retain only the last max_files and delete previous.
* If max_files > 0, retain only the last max_files and delete previous.
* Note that old log files from previous executions will not be deleted by this class,
* rotation and deletion is only applied while the program is running.
*/

Loading…
Cancel
Save