Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix indentation
  • Loading branch information
simshaun committed Apr 17, 2018
commit e19bca2af717612ef23db9361dd3711f0e57335f
4 changes: 2 additions & 2 deletions logging/monolog_exclude_http_codes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ logging these HTTP codes based on the MonologBundle configuration:
<monolog:handler type="fingers_crossed" name="main" handler="...">
<!-- ... -->
<monolog:excluded-http-code code="403">
<monolog:url>^/foo</monolog:url>
<monolog:url>^/bar</monolog:url>
<monolog:url>^/foo</monolog:url>
<monolog:url>^/bar</monolog:url>
</monolog:excluded-http-code>
<monolog:excluded-http-code code="404" />
</monolog:handler>
Expand Down