mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
* removing the level config, now the level taken from Monolog bundle configuration * fixing text file error * removing the env configuration --------- Co-authored-by: ketut-angga <ketut.angga@balabali.com>
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"bundles": {
|
|
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|