python-coloredlogs
python-coloredlogs copied to clipboard
Always prints out library debug prints
I am getting very janky behavior from this library.
The closest thing I can get to it doing what I want is having a formatted message print verbosely through every library I have installed and that is without specifying a program name or a logger.
When I specify a logger, I lose all of my formatting together, and it STILL prints out every library print on top of that.
Specifying the program name had no effect on the print filtering.
I was reading some of the old closed issues that had similar problems, but I think they are still problems.
To recreate this issue, just test this logger with any library (like tensorflow for example) and try to only get your application to print to the logger.