potiuk commented on code in PR #59875:
URL: https://github.com/apache/airflow/pull/59875#discussion_r2649936993


##########
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:
   And yes - it's garbage-in -> garbage-out, but maybe we can use the 
opportunity to fix the issue that our users already have :D



-- 
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]

Reply via email to