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 |
Answered by
borntyping
Jan 4, 2022
Replies: 1 comment
|
There's not currently any way to do this in |
0 replies
Answer selected by
borntyping
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's not currently any way to do this in
colorlog. OverridingformatExceptionis probably the right way to go if you wanted to add this feature.