Add log rotation threshold configuration
This commit is contained in:
parent
31e4c6d380
commit
84f604739f
4 changed files with 26 additions and 1 deletions
|
@ -330,6 +330,12 @@ CONFIG_SCHEMA = {
|
|||
'archived data.',
|
||||
'x-example': 'archives/actionlogs',
|
||||
},
|
||||
'ACTION_LOG_ROTATION_THRESHOLD': {
|
||||
'type': 'string',
|
||||
'description': 'If action log archiving is enabled, the time interval after which to ' +
|
||||
'archive data.',
|
||||
'x-example': '30d',
|
||||
},
|
||||
'LOG_ARCHIVE_LOCATION': {
|
||||
'type': 'string',
|
||||
'description': 'If builds are enabled, the storage engine in which to place the ' +
|
||||
|
|
Reference in a new issue