Add log rotation threshold configuration

This commit is contained in:
Sam Chow 2018-06-29 16:07:51 -04:00
parent 31e4c6d380
commit 84f604739f
4 changed files with 26 additions and 1 deletions

View file

@ -318,6 +318,7 @@ class DefaultConfig(ImmutableConfig):
# Action logs archive
ACTION_LOG_ARCHIVE_LOCATION = 'local_us'
ACTION_LOG_ARCHIVE_PATH = 'actionlogarchive/'
ACTION_LOG_ROTATION_THRESHOLD = '30d'
# System logs.
SYSTEM_LOGS_PATH = "/var/log/"