8000
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 49fad21 commit 3db3ef3Copy full SHA for 3db3ef3
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
< 6323 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