kaxil commented on code in PR #59661:
URL: https://github.com/apache/airflow/pull/59661#discussion_r2651183869


##########
shared/logging/src/airflow_shared/logging/structlog.py:
##########
@@ -547,7 +547,7 @@ def is_atty():
     )
     config["root"] = {
         "handlers": ["default"],
-        "level": "INFO",
+        "level": log_level.upper(),

Review Comment:
   This looks ok but you mention in the PR description that the logs with INFO 
didn't show up -- but if this is hardcoded to INFO -- the info logs should have 
shown.
   
   Could you confirm please



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