python-coloredlogs
python-coloredlogs copied to clipboard
Colorlogs outputting to terminal
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.