Currently, the QWC services that are based on Flask use the default Python logger loglevel, that is WARNING. This makes debugging in Docker challenging when running each service separately is not an option (typically when it comes to debugging their interplay as containers).
It would be nice to be able to change their loglevel, e.g. from the docker-compose.yml or an env variable, be it globally or for each service specifically, without having to compile custom images.
Hi,
Currently, the QWC services that are based on Flask use the default Python
logger
loglevel, that isWARNING
. This makes debugging in Docker challenging when running each service separately is not an option (typically when it comes to debugging their interplay as containers).It would be nice to be able to change their loglevel, e.g. from the
docker-compose.yml
or an env variable, be it globally or for each service specifically, without having to compile custom images.