Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update monolog.rst #6700

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 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
buffer_size: 30
# by default buffer_size is unlimited, which could generate huge logs in some cases.
buffer_size: 0
handler: custom
console:
type: console
Expand Down Expand Up @@ -97,6 +98,7 @@ Full Default Configuration
type="fingers_crossed"
action-level="warning"
handler="custom"
buffer-size="0"
/>
<monolog:handler
name="console"
Expand Down