We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3fc5d commit f7b4ccaCopy full SHA for f7b4cca
ccos/log.py
@@ -12,6 +12,7 @@ class IndentFormatter(logging.Formatter):
12
indentation using tab characters.
13
"""
14
15
+ # https://en.wikipedia.org/wiki/ANSI_escape_code
16
color_map = { # ............. Level ## Color ##
17
logging.CRITICAL: 31, # . CRITICAL 50 red 31
18
logging.ERROR: 31, # .... ERROR 40 red 31
0 commit comments