recipe for nella/monolog-tracy-bundle

https://github.com/nella/monolog-tracy-bundle
This commit is contained in:
Martin Hujer
2018-02-21 21:24:10 +01:00
parent a9635d0ce1
commit 103be9dfbd
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
monolog:
handlers:
blueScreen:
type: tracyBlueScreen
monolog_tracy:
log_directory: '%kernel.logs_dir%/tracy'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Nella\\MonologTracyBundle\\MonologTracyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}