# * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE *
#         ________
#        /        \     ____   ___    _   _  ___ _____   _____ ____ ___ _____   _
#       /_ ___ _  _\   |  _ \ / _ \  | \ | |/ _ \_   _| | ____|  _ \_ _|_   _| | |
#      |(_` | / \|_)|  | | | | | | | |  \| | | | || |   |  _| | | | | |  | |   | |
#      |._) | \_/|  |  | |_| | |_| | | |\  | |_| || |   | |___| |_| | |  | |   |_|
#       \          /   |____/ \___/  |_| \_|\___/ |_|   |_____|____/___| |_|   (_)
#        \________/
#            ||
#            ||
#            ||
#            ||
#            ||
#
#          Do not edit this file, it is managed by system configuration and any changes will be
#          overwritten during updates, if you want to set local values for items configured in
#          this file create a new .conf file in /etc/logrotate.d which sorts after this file
#          alphabetically (eg 15-local-settings) and override the relevant value(s) there
#
# * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE * DO NOT EDIT THIS FILE *

###################################################################################################
# Noggin defaults for logrotate, these override logrotate.conf
###################################################################################################

# Keep ~36 months of logs
rotate 156

# Rotated every week
weekly

# Always compressed
compress

# Named by date rather than .1 .2 etc
dateext

# Use pigz to speed up compression
compresscmd /usr/bin/pigz
