Skip to content

Commit

Permalink
Merge branch '3.4' into 4.3
Browse files Browse the repository at this point in the history
* 3.4:
  add missing blank line
  Add caution about combining excluded_404s with passthru_level
  • Loading branch information
OskarStark committed Jul 28, 2019
2 parents d28649d + 9947271 commit 725d8e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions logging/monolog_regex_based_excludes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@ configuration:
],
],
]);
.. caution::

Combining ``excluded_404s`` with a ``passthru_level`` lower than
``error`` (i.e. ``debug``, ``info``, ``notice`` or ``warning``) will not
actually exclude log messages for the URL(s) listed in ``excluded_404s``
because they are logged with level of ``error`` or higher and
``passthru_level`` takes precedence over the URLs being listed in
``excluded_404s``.

0 comments on commit 725d8e4

Please sign in to comment.