hyperdome icon indicating copy to clipboard operation
hyperdome copied to clipboard

Werkzeug and Stem not respecting log levels

Open arades79 opened this issue 5 years ago • 1 comments

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 avatar Nov 03 '20 05:11 arades79

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

arades79 avatar Jan 11 '23 15:01 arades79