This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 4ad2433c3c689fd5a2e73e7f2f5fea132a6f1901
Author: r-richmond <[email protected]>
AuthorDate: Thu Jul 17 10:27:53 2025 -0700

    Fix broken link in advanced logging config docs (#53460)
    
    (cherry picked from commit df5c949db5209e3e0b27af537b2ca53c7aefde64)
---
 .../logging-monitoring/advanced-logging-configuration.rst               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
 
b/airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
index 342de5e016a..fa34e74f314 100644
--- 
a/airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
+++ 
b/airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
@@ -34,7 +34,7 @@ Some configuration options require that the logging config 
class be overwritten.
 configuration of Airflow and modifying it to suit your needs.
 
 The default configuration can be seen in the
-`airflow_local_settings.py template 
<https://github.com/apache/airflow/blob/|airflow-version|/airflow/config_templates/airflow_local_settings.py>`_
+`airflow_local_settings.py template 
<https://github.com/apache/airflow/blob/|airflow-version|/airflow-core/src/airflow/config_templates/airflow_local_settings.py>`_
 and you can see the loggers and handlers used there.
 
 See :ref:`Configuring local settings <set-config:configuring-local-settings>` 
for details on how to

Reply via email to