mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
update zdd-message-bundle recipe
This commit is contained in:
committed by
smaine milianni
parent
6c3ad7b2a4
commit
c75c409759
@@ -1,7 +0,0 @@
|
||||
# https://github.com/Yousign/zdd-message-bundle
|
||||
zdd_message:
|
||||
# The service that will configure the messages to assert, it should implement MessageConfiguratorInterface.
|
||||
configurator: null # replace with the service id that configure the messages to assert.
|
||||
|
||||
# The directory where the serialized messages will be stored (default: '%kernel.logs_dir%')
|
||||
# serialized_messages_dir: 'var/serialized_messages'
|
||||
@@ -0,0 +1,8 @@
|
||||
# https://github.com/Yousign/zdd-message-bundle
|
||||
zdd_message:
|
||||
# The directory where the serialized messages will be stored (default: '%kernel.project_dir%'/var/zdd-message)
|
||||
# serialized_messages_dir: 'var/serialized_messages'
|
||||
# log_untracked_messages:
|
||||
# messenger:
|
||||
# enable: true # false by default
|
||||
# level: 'error' # warning by default
|
||||
Reference in New Issue
Block a user