Add log rotation threshold configuration
This commit is contained in:
parent
31e4c6d380
commit
84f604739f
4 changed files with 26 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Reference in a new issue