let users configure the destination and max disk size of rsyslogd spool

This commit is contained in:
Ryan Petrello
2020-04-20 16:38:05 -04:00
parent 62bf61b2a2
commit 9e30f004d3
3 changed files with 34 additions and 1 deletions

View File

@@ -936,6 +936,8 @@ LOG_AGGREGATOR_ENABLED = False
LOG_AGGREGATOR_TCP_TIMEOUT = 5
LOG_AGGREGATOR_VERIFY_CERT = True
LOG_AGGREGATOR_LEVEL = 'INFO'
LOG_AGGREGATOR_MAX_DISK_USAGE_GB = 1
LOG_AGGREGATOR_MAX_DISK_USAGE_PATH = '/var/lib/awx'
# The number of retry attempts for websocket session establishment
# If you're encountering issues establishing websockets in clustered Tower,