diff --git a/awx/main/utils/handlers.py b/awx/main/utils/handlers.py index 636de46cdf..1740a4c8f6 100644 --- a/awx/main/utils/handlers.py +++ b/awx/main/utils/handlers.py @@ -110,7 +110,7 @@ if settings.COLOR_LOGS is True: # logs rendered with cyan text previous_level_map = self.level_map.copy() if record.name == "awx.analytics.job_lifecycle": - self.level_map[logging.DEBUG] = (None, 'cyan', True) + self.level_map[logging.INFO] = (None, 'cyan', True) msg = super(ColorHandler, self).colorize(line, record) self.level_map = previous_level_map return msg