diff options
Diffstat (limited to 'repo_logging.py')
-rw-r--r-- | repo_logging.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo_logging.py b/repo_logging.py index 20a53429..639382a2 100644 --- a/repo_logging.py +++ b/repo_logging.py | |||
@@ -39,8 +39,8 @@ class _LogColoring(Coloring): | |||
39 | 39 | ||
40 | def __init__(self, config): | 40 | def __init__(self, config): |
41 | super().__init__(config, "logs") | 41 | super().__init__(config, "logs") |
42 | self.error = self.colorer("error", fg="red") | 42 | self.error = self.nofmt_colorer("error", fg="red") |
43 | self.warning = self.colorer("warn", fg="yellow") | 43 | self.warning = self.nofmt_colorer("warn", fg="yellow") |
44 | self.levelMap = { | 44 | self.levelMap = { |
45 | "WARNING": self.warning, | 45 | "WARNING": self.warning, |
46 | "ERROR": self.error, | 46 | "ERROR": self.error, |