Skip to content

Commit 72489a4

Browse files
committed
minor #4963 Normalize excluded_404s in monolog cookbook (jbafford)
This PR was merged into the 2.3 branch. Discussion ---------- Normalize excluded_404s in monolog cookbook Although excluded_404 works as a key in the configuration, the actual key MonologBundle looks for is excluded_404s. This makes it consistent with the php code block later in this file, and also in cookbook/logging/monolog_regex_based_excludes.html. Commits ------- 956a427 Normalize excluded_404s in monolog cookbook
2 parents 0adb6f6 + 956a427 commit 72489a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/logging/monolog_email.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ it is broken down.
2323
action_level: critical
2424
# to also log 400 level errors (but not 404's):
2525
# action_level: error
26-
# excluded_404:
26+
# excluded_404s:
2727
# - ^/
2828
handler: buffered
2929
buffered:

0 commit comments

Comments
 (0)