The value DJANGO_LOG_LEVEL configured on the server was ignored.
After the change, it's still possible to use the environment variable DJANGO_LOG_LEVEL to override the settings if necessary. The default level is also modified from "DEBUG" to "INFO".
Checklist
[x] I added the related issue(s) id in the related issues section (if any)
if not, delete the related issues section
[x] I described my changes and my decisions in the PR description
[x] I read the development guidelines of the CONTRIBUTING.md
[x] The tests pass and have been updated if relevant
Description
The value
DJANGO_LOG_LEVEL
configured on the server was ignored.After the change, it's still possible to use the environment variable
DJANGO_LOG_LEVEL
to override the settings if necessary. The default level is also modified from "DEBUG" to "INFO".Checklist