mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-27 05:02:27 +02:00
Fix issue #1274
This commit is contained in:
parent
7b8c246ef8
commit
ed017cad22
@ -232,7 +232,7 @@ LOGGING = {
|
|||||||
'backupCount': 5, # edit this line to change number of log backups
|
'backupCount': 5, # edit this line to change number of log backups
|
||||||
},
|
},
|
||||||
'console': {
|
'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',
|
'class': 'logging.StreamHandler',
|
||||||
'formatter': 'verbose',
|
'formatter': 'verbose',
|
||||||
},
|
},
|
||||||
@ -257,7 +257,7 @@ LOGGING = {
|
|||||||
},
|
},
|
||||||
'esi': {
|
'esi': {
|
||||||
'handlers': ['log_file', 'console'],
|
'handlers': ['log_file', 'console'],
|
||||||
'level': 'DEBUG',
|
'level': 'INFO',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user