Skip to content

Commit 3db3ef3

Browse files
committed
Fix indentation
1 parent 49fad21 commit 3db3ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging/monolog_exclude_http_codes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ logging these HTTP codes based on the MonologBundle configuration:
3838
<monolog:handler type="fingers_crossed" name="main" handler="...">
3939
<!-- ... -->
4040
<monolog:excluded-http-code code="403">
41-
<monolog:url>^/foo</monolog:url>
42-
<monolog:url>^/bar</monolog:url>
41+
<monolog:url>^/foo</monolog:url>
42+
<monolog:url>^/bar</monolog:url>
4343
</monolog:excluded-http-code>
4444
<monolog:excluded-http-code code="404" />
4545
</monolog:handler>

0 commit comments

Comments
 (0)