Merge pull request #1515 from ismail1432/update-zdd-recipe

update zdd-message-bundle recipe
This commit is contained in:
Fabien Potencier
2023-12-28 11:29:08 +01:00
committed by GitHub
3 changed files with 8 additions and 7 deletions
@@ -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