Merge branch 'v1.x' into remove-statics

This commit is contained in:
gabime 2024-11-10 22:45:12 +02:00
commit da9f15758a

View File

@ -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.
*/