sergeant icon indicating copy to clipboard operation
sergeant copied to clipboard

replacing logging with loguru

Open wavenator opened this issue 4 years ago • 0 comments

We've seen during the years many problems with logging while working inside a docker container where it could not flush the stdout/stderr buffer. Nonetheless, we also hate the fact that you can not disable logging to the stdout in a reasonable way. I will replace the logging implementation with loguru in the upcoming version.

wavenator avatar Nov 25 '20 09:11 wavenator