Show More
@@ -105,7 +105,7 b' class LevelFormatter(logging.Formatter):' | |||
|
105 | 105 | without adding 'INFO' to info, etc. |
|
106 | 106 | """ |
|
107 | 107 | highlevel_limit = logging.WARN |
|
108 |
highlevel_format = " |
|
|
108 | highlevel_format = " %(levelname)s |" | |
|
109 | 109 | |
|
110 | 110 | def format(self, record): |
|
111 | 111 | if record.levelno >= self.highlevel_limit: |
General Comments 0
You need to be logged in to leave comments.
Login now