Features: 1) Update logging level in log configuration to WARNING;

Fixes: None;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-18 08:35:15 +03:00
parent 9ec78c3360
commit def1e8129c

View file

@ -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": {