Merge pull request #549

This commit is contained in:
symfony-flex-server[bot]
2019-02-08 16:46:59 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
# see https://github.com/FrDeamon/logger-extra-bundle/blob/master/README.md#config-reference
deamon_logger_extra:
# the application name
application: ~
# the handler to update
handlers: 'main'
# configuration for all optional fields
config: ~
@@ -0,0 +1,8 @@
{
"bundles": {
"Deamon\\LoggerExtraBundle\\DeamonLoggerExtraBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}