mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #549
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user