Skip to content

Commit

Permalink
Change log level from ERROR to INFO (#32979)
Browse files Browse the repository at this point in the history
Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com>
  • Loading branch information
rohan472000 and ferruzzi authored Aug 2, 2023
1 parent 6ada88a commit 9cbe494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/jobs/triggerer_job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ async def block_watchdog(self):
# be a busy event loop.
time_elapsed = time.monotonic() - last_run
if time_elapsed > 0.2:
self.log.error(
self.log.info(
"Triggerer's async thread was blocked for %.2f seconds, "
"likely by a badly-written trigger. Set PYTHONASYNCIODEBUG=1 "
"to get more information on overrunning coroutines.",
Expand Down

0 comments on commit 9cbe494

Please sign in to comment.