Skip to content

Commit c5a2d9e

Browse files
zhilwouterj
authored andcommitted
Update monolog.rst
1 parent 4cd15a9 commit c5a2d9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/monolog.rst

Lines changed: 3 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-
buffer_size: 30
30+
# by default buffer_size is unlimited, which could generate huge logs in some cases.
31+
buffer_size: 0
3132
handler: custom
3233
console:
3334
type: console
@@ -97,6 +98,7 @@ Full Default Configuration
9798
type="fingers_crossed"
9899
action-level="warning"
99100
handler="custom"
101+
buffer-size="0"
100102
/>
101103
<monolog:handler
102104
name="console"

0 commit comments

Comments
 (0)