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