Skip to content

Commit 9b4d123

Browse files
shkkmowouterj
authored andcommitted
Clarify usage of handler channel configuration
1 parent beb539a commit 9b4d123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbook/logging/channels_handlers.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ in all environments, or just ``config_prod.yml`` to happen only in ``prod``:
9595
),
9696
));
9797
98+
.. caution::
99+
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.
101+
98102
YAML Specification
99103
------------------
100104

0 commit comments

Comments
 (0)