We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cb416 commit e19bca2Copy full SHA for e19bca2
logging/monolog_exclude_http_codes.rst
@@ -38,8 +38,8 @@ logging these HTTP codes based on the MonologBundle configuration:
38
<monolog:handler type="fingers_crossed" name="main" handler="...">
39
<!-- ... -->
40
<monolog:excluded-http-code code="403">
41
- <monolog:url>^/foo</monolog:url>
42
- <monolog:url>^/bar</monolog:url>
+ <monolog:url>^/foo</monolog:url>
+ <monolog:url>^/bar</monolog:url>
43
</monolog:excluded-http-code>
44
<monolog:excluded-http-code code="404" />
45
</monolog:handler>
0 commit comments