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


##########
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:
   Oh, did not know about these bugs. The things I touched here might really 
have a relation to this but for a fix I'd really propose to make a separate PR 
for better review... as well as response from Task SDK experts would be cool. 
Whereas 90% I assume it was not intended and is a bug.



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