We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e74ac commit 1accefaCopy full SHA for 1accefa
ccos/log.py
@@ -18,6 +18,7 @@ class IndentFormatter(logging.Formatter):
18
logging.WARNING: 33, # yellow
19
SUCCESS: 32, # green
20
logging.INFO: 34, # blue
21
+ logging.DEBUG: 35, # magenta
22
}
23
24
@staticmethod
0 commit comments