Last active
August 10, 2023 17:44
-
-
Save Lunaphied/b740f238f97fd304e2f9bf43ebab73f0 to your computer and use it in GitHub Desktop.
grc config for Python's default logging formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regexp=\[?INFO\]? | |
colours=cyan | |
= | |
regexp=\[?DEBUG\]? | |
colours=bold magenta | |
= | |
regexp=\[?WARN(ING)?\]? | |
colours=bold yellow | |
= | |
regexp=\[?ERR(OR)?\]? | |
colours=bold red | |
= | |
regexp=\[?CRIT(ICAL)?\]? | |
colours=dark red | |
= | |
regexp=\[?TRACE\]? | |
colours=bold blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment