subhash-0000 commented on code in PR #60818:
URL: https://github.com/apache/airflow/pull/60818#discussion_r2831782258


##########
airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst:
##########
@@ -68,9 +68,11 @@ Follow the steps below to enable custom logging config class:
     .. code-block:: python
 
       from copy import deepcopy
-      from airflow.config_templates.airflow_local_settings import 
DEFAULT_LOGGING_CONFIG
 
-      LOGGING_CONFIG = deepcopy(DEFAULT_LOGGING_CONFIG)
+    # Airflow 3.x and later uses structlog for logging configuration.
+    # The legacy DEFAULT_LOGGING_CONFIG dict is no longer respected.
+    # See the migration note below for details.
+    # Example: To customize logging, use structlog configuration as described 
in the Airflow documentation.

Review Comment:
   Reverted entire advanced-logging-configuration.rst to origin/main



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