Skip to content

Commit

Permalink
Update config dump
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Apr 6, 2024
1 parent 4b576a8 commit 946f2c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
date_format: Y-m-d

# Extra options that can be used in custom handler factories.
extra_options:
extra_options: []

# Examples:
my_option1: 'some value'
my_option2: true
# my_option1: 'some value'
# my_option2: true

# Enables configuring services with the use of an annotation, requires the Doctrine Annotation library.
enable_annotations: false
Expand All @@ -88,9 +88,9 @@ Symfony bundle which creates a dedicated Monolog log file for each command or me
process_psr_3_messages:

# Examples:
- false
- { enabled: false }
- { date_format: Y-m-d, remove_used_context_fields: true }
# - false
# - { enabled: false }
# - { date_format: Y-m-d, remove_used_context_fields: true }
enabled: true
date_format: ~
remove_used_context_fields: ~
Expand Down

0 comments on commit 946f2c3

Please sign in to comment.