Skip to content

Instantly share code, notes, and snippets.

@Lunaphied
Last active August 10, 2023 17:44
Show Gist options
  • Save Lunaphied/b740f238f97fd304e2f9bf43ebab73f0 to your computer and use it in GitHub Desktop.
Save Lunaphied/b740f238f97fd304e2f9bf43ebab73f0 to your computer and use it in GitHub Desktop.
grc config for Python's default logging formatting
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