update zdd-message-bundle recipe

This commit is contained in:
Smaine Milianni
2023-12-21 16:10:45 +01:00
committed by smaine milianni
parent 6c3ad7b2a4
commit c75c409759
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