Skip to content

Commit 725d8e4

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: add missing blank line Add caution about combining excluded_404s with passthru_level
2 parents d28649d + 9947271 commit 725d8e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

logging/monolog_regex_based_excludes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ configuration:
6666
],
6767
],
6868
]);
69+
70+
71+
.. caution::
72+
73+
Combining ``excluded_404s`` with a ``passthru_level`` lower than
74+
``error`` (i.e. ``debug``, ``info``, ``notice`` or ``warning``) will not
75+
actually exclude log messages for the URL(s) listed in ``excluded_404s``
76+
because they are logged with level of ``error`` or higher and
77+
``passthru_level`` takes precedence over the URLs being listed in
78+
``excluded_404s``.

0 commit comments

Comments
 (0)