Skip to content

Commit 1accefa

Browse files
committed
add support for debug messages
1 parent 56e74ac commit 1accefa

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
@@ -18,6 +18,7 @@ class IndentFormatter(logging.Formatter):
1818
logging.WARNING: 33, # yellow
1919
SUCCESS: 32, # green
2020
logging.INFO: 34, # blue
21+
logging.DEBUG: 35, # magenta
2122
}
2223

2324
@staticmethod

0 commit comments

Comments
 (0)