mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Migrating logs to /var/log/tower/.
This commit is contained in:
@@ -48,7 +48,7 @@ LOGGING['handlers']['rotating_file'] = {
|
||||
'level': 'WARNING',
|
||||
'class':'logging.handlers.RotatingFileHandler',
|
||||
'filters': ['require_debug_false'],
|
||||
'filename': '/var/log/awx/tower_warnings.log',
|
||||
'filename': '/var/log/tower/tower_warnings.log',
|
||||
'maxBytes': 1024*1024*5, # 5 MB
|
||||
'backupCount': 5,
|
||||
'formatter':'simple',
|
||||
|
||||
Reference in New Issue
Block a user