jason810496 commented on code in PR #67104:
URL: https://github.com/apache/airflow/pull/67104#discussion_r3540801433
##########
airflow-core/src/airflow/logging_config.py:
##########
@@ -171,6 +209,14 @@ def configure_logging():
# otherwise Airflow would silently fall back on the default config
raise e
+ # Runs after dictConfig so deprecated handler self-registration (ES/OS) has
+ # had its chance to populate _ActiveLoggingConfig.remote_task_log.
+ logging_class_path = (
+ conf.get("logging", "logging_config_class",
fallback=DEFAULT_LOGGING_CONFIG_PATH)
Review Comment:
Yes, I just added a new comment to clarify the purpose.
--
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]