Skip to content

Commit 65a20c8

Browse files
committed
[#6656] Fix syntax to comply with docs standards
1 parent 793c54d commit 65a20c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cookbook/logging/channels_handlers.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ in all environments, or just ``config_prod.yml`` to happen only in ``prod``:
9797
9898
.. caution::
9999

100-
The 'channels' configuration only works for top level handlers. Handlers that are nested inside a Group, Buffer, Filter, FingersCrossed, or other such Handler will ignore this configuration and will process every message passed to them.
100+
The ``channels`` configuration only works for top level handlers. Handlers
101+
that are nested inside a group, buffer, filter, fingers crossed or other
102+
such handler will ignore this configuration and will process every message
103+
passed to them.
101104

102105
YAML Specification
103106
------------------

0 commit comments

Comments
 (0)