Features: 1) Update logging level in log configuration to WARNING;
Fixes: None; Extra: None;
This commit is contained in:
parent
9ec78c3360
commit
def1e8129c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ LOGGING = {
|
||||||
"handlers": [
|
"handlers": [
|
||||||
"console",
|
"console",
|
||||||
],
|
],
|
||||||
"level": "DEBUG" if DEBUG else "INFO",
|
"level": "WARNING",
|
||||||
"propagate": False,
|
"propagate": False,
|
||||||
},
|
},
|
||||||
"django_elasticsearch_dsl": {
|
"django_elasticsearch_dsl": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue