ashb commented on code in PR #49235:
URL: https://github.com/apache/airflow/pull/49235#discussion_r2042490273
##########
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:
Oh also: we say this is the supervisor logger, but the call stack shows it
coming from the DAG code. THat's not great.
But all of that is a nit, lets not get hung up about it
--
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]