Skip to content

Commit 88cf74d

Browse files
committed
minor #18074 [Logger] Tweak a section heading (javiereguiluz)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Logger] Tweak a section heading The title `YAML Specification` is very misleading in this page: https://symfony.com/doc/current/logging/channels_handlers.html#yaml-specification This section has nothing to do with the YAML specification, so it's weird to find it as the first result when searching for the YAML specification. Instead, people would expect to find this page: https://symfony.com/doc/current/reference/formats/yaml.html Commits ------- eaf87b7 [Logging] Tweak a section heading
2 parents 8d12753 + eaf87b7 commit 88cf74d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

logging/channels_handlers.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ can do it in any (or all) environments:
9999
such handler will ignore this configuration and will process every message
100100
passed to them.
101101

102-
YAML Specification
103-
------------------
102+
.. _yaml-specification:
104103

105-
You can specify the configuration by many forms:
104+
You can specify the configuration in different ways:
106105

107106
.. code-block:: yaml
108107

0 commit comments

Comments
 (0)