ashb commented on code in PR #44972:
URL: https://github.com/apache/airflow/pull/44972#discussion_r1888372938
##########
task_sdk/src/airflow/sdk/log.py:
##########
@@ -324,19 +324,15 @@ def configure_logging(
},
},
"loggers": {
+ # Set Airflow logging to the level requested, but most
everything else at "INFO"
"": {
"handlers": ["to_supervisor" if output else "default"],
- "level": log_level.upper(),
+ "level": "INFO",
Review Comment:
This needs changing
##########
task_sdk/src/airflow/sdk/log.py:
##########
@@ -324,19 +324,15 @@ def configure_logging(
},
},
"loggers": {
+ # Set Airflow logging to the level requested, but most
everything else at "INFO"
"": {
"handlers": ["to_supervisor" if output else "default"],
- "level": log_level.upper(),
+ "level": "INFO",
Review Comment:
This needs changing
--
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]