File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
75
75
date_format: Y-m-d
76
76
77
77
# Extra options that can be used in custom handler factories.
78
- extra_options:
78
+ extra_options: []
79
79
80
80
# Examples:
81
- my_option1: 'some value'
82
- my_option2: true
81
+ # my_option1: 'some value'
82
+ # my_option2: true
83
83
84
84
# Enables configuring services with the use of an annotation, requires the Doctrine Annotation library.
85
85
enable_annotations: false
@@ -88,9 +88,9 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
88
88
process_psr_3_messages:
89
89
90
90
# Examples:
91
- - false
92
- - { enabled: false }
93
- - { date_format: Y-m-d, remove_used_context_fields: true }
91
+ # - false
92
+ # - { enabled: false }
93
+ # - { date_format: Y-m-d, remove_used_context_fields: true }
94
94
enabled: true
95
95
date_format: ~
96
96
remove_used_context_fields: ~
You can’t perform that action at this time.
0 commit comments