Set console production log level to WARNING.
Updated the log level from INFO to WARNING in the console production handler. This change aims to reduce log noise and surface only warnings and errors in production environments.
This commit is contained in:
parent
4d63bde7a3
commit
d1cd8515b5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ LOGGING = {
|
|||
"formatter": "color",
|
||||
},
|
||||
"console_production": {
|
||||
"level": "INFO",
|
||||
"level": "WARNING",
|
||||
"class": "logging.StreamHandler",
|
||||
"formatter": "color",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue