mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Update tower warning log for current production and production updates
This commit is contained in:
@@ -408,7 +408,7 @@ LOGGING = {
|
||||
'level': 'WARNING',
|
||||
'class':'logging.handlers.RotatingFileHandler',
|
||||
'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
|
||||
'backupCount': 5,
|
||||
'formatter':'simple',
|
||||
|
||||
Reference in New Issue
Block a user