Set default logger to WARNING, add games handler at INFO
This commit is contained in:
parent
eeaa02bada
commit
61b6c1c55f
@ -173,8 +173,9 @@ LOGGING = {
|
|||||||
"loggers": {
|
"loggers": {
|
||||||
"django": {
|
"django": {
|
||||||
"handlers": ["console"],
|
"handlers": ["console"],
|
||||||
"level": "INFO",
|
"level": "WARNING",
|
||||||
},
|
},
|
||||||
|
"games": {"handlers": ["console"], "level": "INFO", "propagate": False},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user