python-coloredlogs
python-coloredlogs copied to clipboard
Coloring causes misalignment
Using the following format string:
'%(asctime)s [%(levelname)-8s]: %(message)-160s [%(filename)s:%(funcName)s:%(lineno)d]'
You will get a different alignment on info than the other levels.
I imagine this is due to the invisible coloring characters, so would you be able to just color everything default if not colored to make it consistent?