python-coloredlogs icon indicating copy to clipboard operation
python-coloredlogs copied to clipboard

Always prints out library debug prints

Open tsteinholz opened this issue 8 years ago • 0 comments

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.

tsteinholz avatar Apr 20 '17 19:04 tsteinholz