colouring of stack trace output? #121
-
Thanks, nice job. Just suggest a minor improvement: currently if you go I've tweaked my
... I haven't looked at your source code, but there's probably a more elegant and "configured" way to do it, i.e. using the same colour as for example "ERROR" level, maybe by overriding |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's not currently any way to do this in |
Beta Was this translation helpful? Give feedback.
There's not currently any way to do this in
colorlog
. OverridingformatException
is probably the right way to go if you wanted to add this feature.