Taragolis commented on code in PR #39760:
URL: https://github.com/apache/airflow/pull/39760#discussion_r1610159599
##########
airflow/models/taskinstance.py:
##########
@@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks(
except OperationalError as e:
# Any kind of DB error here is _non fatal_ as this block is just
an optimisation.
- cls.logger().debug(
+ cls.logger().warning(
Review Comment:
According to the user report it is not something rare.
For the debugging purpose it could be enabled by [Advanced logging
configuration](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/advanced-logging-configuration.html)
##########
airflow/models/taskinstance.py:
##########
@@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks(
except OperationalError as e:
# Any kind of DB error here is _non fatal_ as this block is just
an optimisation.
- cls.logger().debug(
+ cls.logger().warning(
Review Comment:
According to the user report it is not something rare:
https://github.com/apache/airflow/issues/39680
For the debugging purpose it could be enabled by [Advanced logging
configuration](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/advanced-logging-configuration.html)
--
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]