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

shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new df5c949db52 Fix broken link in advanced logging config docs (#53460)
df5c949db52 is described below

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

    Fix broken link in advanced logging config docs (#53460)
---
 .../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