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