Skip to content

Commit

Permalink
[#6700] Add the comment to the XML example
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jul 8, 2016
1 parent 6ea1da1 commit 167e638
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion reference/configuration/monolog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Full Default Configuration
main:
type: fingers_crossed
action_level: WARNING
# by default buffer_size is unlimited, which could generate huge logs in some cases.
# By default, buffer_size is unlimited (0), which could
# generate huge logs.
buffer_size: 0
handler: custom
console:
Expand Down Expand Up @@ -93,17 +94,22 @@ Full Default Configuration
bubble="false"
formatter="my_formatter"
/>
<!-- By default, buffer-size is unlimited (0), which could
generate huge logs. -->
<monolog:handler
name="main"
type="fingers_crossed"
action-level="warning"
handler="custom"
buffer-size="0"
/>
<monolog:handler
name="console"
type="console"
/>
<monolog:handler
name="custom"
type="service"
Expand Down

0 comments on commit 167e638

Please sign in to comment.