Skip to content

Commit 946f2c3

Browse files
committed
Update config dump
1 parent 4b576a8 commit 946f2c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
7575
date_format: Y-m-d
7676
7777
# Extra options that can be used in custom handler factories.
78-
extra_options:
78+
extra_options: []
7979
8080
# Examples:
81-
my_option1: 'some value'
82-
my_option2: true
81+
# my_option1: 'some value'
82+
# my_option2: true
8383
8484
# Enables configuring services with the use of an annotation, requires the Doctrine Annotation library.
8585
enable_annotations: false
@@ -88,9 +88,9 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
8888
process_psr_3_messages:
8989
9090
# 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 }
9494
enabled: true
9595
date_format: ~
9696
remove_used_context_fields: ~

0 commit comments

Comments
 (0)