Skip to content

Commit f7b4cca

Browse files
committed
1 parent 6f3fc5d commit f7b4cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ccos/log.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class IndentFormatter(logging.Formatter):
1212
indentation using tab characters.
1313
"""
1414

15+
# https://en.wikipedia.org/wiki/ANSI_escape_code
1516
color_map = { # ............. Level ## Color ##
1617
logging.CRITICAL: 31, # . CRITICAL 50 red 31
1718
logging.ERROR: 31, # .... ERROR 40 red 31

0 commit comments

Comments
 (0)