Skip to content

Commit

Permalink
Change log level for UnifiedJob#log_lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd committed Aug 19, 2022
1 parent 37d9c9e commit e4d1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/models/unified_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ def log_lifecycle(self, state, blocked_by=None):
extra["controller_node"] = self.controller_node or "NOT_SET"
elif state == "execution_node_chosen":
extra["execution_node"] = self.execution_node or "NOT_SET"
logger_job_lifecycle.debug(msg, extra=extra)
logger_job_lifecycle.info(msg, extra=extra)

@property
def launched_by(self):
Expand Down

0 comments on commit e4d1056

Please sign in to comment.