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

Coloring causes misalignment

Open CarlyAmar opened this issue 8 years ago • 0 comments

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?

CarlyAmar avatar Mar 22 '18 16:03 CarlyAmar