potiuk commented on code in PR #59875:
URL: https://github.com/apache/airflow/pull/59875#discussion_r2649949981
##########
airflow-core/src/airflow/cli/commands/backfill_command.py:
##########
@@ -38,7 +38,7 @@
@providers_configuration_loaded
def create_backfill(args) -> None:
"""Create backfill job or dry run for a DAG or list of DAGs using regex."""
- logging.basicConfig(level=settings.LOGGING_LEVEL,
format=settings.SIMPLE_LOG_FORMAT)
+ logging.basicConfig(level=logging.INFO, format=settings.SIMPLE_LOG_FORMAT)
Review Comment:
But yeah. I would really love to hear back from @amoghrajesh @ashb @kaxil on
whether this static INFO level was a deliberate change or just a bug. Seems
like a bug to me as well, but maybe there was a good reason it changed in
Airflow 3.
--
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]