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

@ -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 ' +