amoghrajesh commented on code in PR #49235:
URL: https://github.com/apache/airflow/pull/49235#discussion_r2042536567


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1238,6 +1238,8 @@ def ensure_secrets_backend_loaded() -> 
list[BaseSecretsBackend]:
 
     backends = 
ensure_secrets_loaded(default_backends=DEFAULT_SECRETS_SEARCH_PATH_WORKERS)
 
+    log = structlog.get_logger(logger_name="supervisor")

Review Comment:
   Alright yeah but i am getting the logger from 
`structlog.get_logger(logger_name="supervisor")`. Is it wired in that way? 



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