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

Colorlogs outputting to terminal

Open lillian-alicia opened this issue 4 years ago • 0 comments

I'm not sure if I'm being stupid and not reading the info correctly, but I will send this anyway.

I use logging.basicConfig to output logs into a text file. However, when using coloredlogs.install(level='INFO'), the logging is outputted to the terminal instead of the text file.

I'm not sure what I'm doing wrong, but any help would be greatly appreciated.

Thanks.

lillian-alicia avatar May 03 '21 10:05 lillian-alicia