This commit is contained in:
ErikKalkoken 2020-11-28 22:44:46 +01:00
parent 7b8c246ef8
commit ed017cad22

View File

@ -232,7 +232,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',
},
@ -257,7 +257,7 @@ LOGGING = {
},
'esi': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
'level': 'INFO',
},
}
}