timing-asgi icon indicating copy to clipboard operation
timing-asgi copied to clipboard

Log messages do not conform to set configuration

Open JeroenPeterBos opened this issue 2 years ago • 0 comments

Hi all!

The log message originating from this project does not conform to any logging configuration set by the user of this package.

I have done some investigation and figured out that this is due to the usage of a package called alog used in this project. alog is a package that takes away the pain of Python's logging configuration system, but in doing so completely ignores any configuration set by the user or this package. Given that 99% of all Python packages do use the standard logging configuration system, I would suggest using that as well. Currently, the result is that all the lines of my application have the same format, except for the message originating from this package that is a transient dependency through kserve.

I would be happy to submit an MR for this.

JeroenPeterBos avatar Jul 17 '23 14:07 JeroenPeterBos