arades79 / hyperdome

the safest place to reach out
Other
27 stars 1 forks source link

Werkzeug and Stem not respecting log levels #106

Open arades79 opened 3 years ago

arades79 commented 3 years ago

While running the hyperdome server with option "-l OFF" or any other non-debug log level, logging messages from werkzeug and stem still appear on the terminal, flooding the screen with information that would be confusing to an end user.

Logging is set to the global logging object in the CLI, however, this might be conflicting with these packages configs due to package import ordering.

arades79 commented 1 year ago

fixed werkzeug, but Stem still adds extra messages, and now uvicorn is also not following global log level.