Skip to content

Add ablity to use dateformat for logrotate configuration

Personally I find it a lot easier to work with rotated log files when there is a date on the filename and not just a number.

This change should configure logrotate to produce files with a date extension if logging['logrotate_dateformat'] is set to something other than the default value of nil.

Merge request reports