mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
replaced ~ by null
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# see https://github.com/FrDeamon/logger-extra-bundle/blob/master/README.md#config-reference
|
||||
deamon_logger_extra:
|
||||
# the application name
|
||||
application: ~
|
||||
application: null
|
||||
# the handler to update
|
||||
handlers: 'main'
|
||||
# configuration for all optional fields
|
||||
config: ~
|
||||
config: null
|
||||
|
||||
Reference in New Issue
Block a user