Skip to content

Commit df5c949

Browse files
authored
Fix broken link in advanced logging config docs (#53460)
1 parent c7f3cee commit df5c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/docs/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Some configuration options require that the logging config class be overwritten.
3434
configuration of Airflow and modifying it to suit your needs.
3535

3636
The default configuration can be seen in the
37-
`airflow_local_settings.py template <https://github.com/apache/airflow/blob/|airflow-version|/airflow/config_templates/airflow_local_settings.py>`_
37+
`airflow_local_settings.py template <https://github.com/apache/airflow/blob/|airflow-version|/airflow-core/src/airflow/config_templates/airflow_local_settings.py>`_
3838
and you can see the loggers and handlers used there.
3939

4040
See :ref:`Configuring local settings <set-config:configuring-local-settings>` for details on how to

0 commit comments

Comments
 (0)