the app.utils.get_logger method has a strange implementation: when you provide a name, it resets log level to NOT_SET !
Using name when logging is really a good practice as it helps fine tuning log if you have a specific problem to track in production.
This is a technical bug.
the app.utils.get_logger method has a strange implementation: when you provide a name, it resets log level to NOT_SET ! Using name when logging is really a good practice as it helps fine tuning log if you have a specific problem to track in production.