mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-25 04:02:28 +02:00
Merge branch 'update_log_levels' into 'master'
Update default log levels See merge request allianceauth/allianceauth!1274
This commit is contained in:
commit
271a9eeaa0
@ -256,7 +256,7 @@ LOGGING = {
|
||||
'backupCount': 5, # edit this line to change number of log backups
|
||||
},
|
||||
'console': {
|
||||
'level': 'DEBUG', # edit this line to change logging level to console
|
||||
'level': 'CRITICAL', # edit this line to change logging level to console
|
||||
'class': 'logging.StreamHandler',
|
||||
'formatter': 'verbose',
|
||||
},
|
||||
@ -281,7 +281,7 @@ LOGGING = {
|
||||
},
|
||||
'esi': {
|
||||
'handlers': ['log_file', 'console'],
|
||||
'level': 'DEBUG',
|
||||
'level': 'INFO',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user