uranusjr commented on a change in pull request #20491:
URL: https://github.com/apache/airflow/pull/20491#discussion_r774995952
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -684,7 +684,7 @@ def _execute(self) -> None:
settings.Session.remove() # type: ignore
except Exception:
- self.log.exception("Exception when executing
SchedulerJob._run_scheduler_loop")
+ self.log.error("Exception when executing
SchedulerJob._run_scheduler_loop")
Review comment:
This does not change the logging level, only suppress the exception from
being logged. I don’t think we should do this here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]