mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Update tower warning log for current production and production updates
This commit is contained in:
@@ -408,7 +408,7 @@ LOGGING = {
|
|||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
'class':'logging.handlers.RotatingFileHandler',
|
'class':'logging.handlers.RotatingFileHandler',
|
||||||
'filters': ['require_debug_false'],
|
'filters': ['require_debug_false'],
|
||||||
'filename': os.path.join(BASE_DIR, 'tower_warnings.log'),
|
'filename': '/var/log/awx/tower_warnings.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