potiuk commented on code in PR #59875:
URL: https://github.com/apache/airflow/pull/59875#discussion_r2649890741
##########
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:
I think this is not right. You could override the level in local_settings.py
--
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]