Skip to content

Commit 167e638

Browse files
committed
[#6700] Add the comment to the XML example
1 parent 6ea1da1 commit 167e638

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reference/configuration/monolog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Full Default Configuration
2727
main:
2828
type: fingers_crossed
2929
action_level: WARNING
30-
# by default buffer_size is unlimited, which could generate huge logs in some cases.
30+
# By default, buffer_size is unlimited (0), which could
31+
# generate huge logs.
3132
buffer_size: 0
3233
handler: custom
3334
console:
@@ -93,17 +94,22 @@ Full Default Configuration
9394
bubble="false"
9495
formatter="my_formatter"
9596
/>
97+
98+
<!-- By default, buffer-size is unlimited (0), which could
99+
generate huge logs. -->
96100
<monolog:handler
97101
name="main"
98102
type="fingers_crossed"
99103
action-level="warning"
100104
handler="custom"
101105
buffer-size="0"
102106
/>
107+
103108
<monolog:handler
104109
name="console"
105110
type="console"
106111
/>
112+
107113
<monolog:handler
108114
name="custom"
109115
type="service"

0 commit comments

Comments
 (0)