1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-19 13:40:08 -07:00

Fix monolog logger prod dependency

This commit is contained in:
David Hübner 2017-04-28 16:15:54 +02:00
parent fee1729fa6
commit 4d81d527fc
2 changed files with 10 additions and 6 deletions

View File

@ -80,6 +80,16 @@ doctrine_migrations:
# password: "%mailer_password%" # password: "%mailer_password%"
# spool: { type: memory } # spool: { type: memory }
monolog:
channels: ['loader']
handlers:
loader:
type: rotating_file
path: "%kernel.logs_dir%/loader.log"
level: debug
channels: 'loader'
max_files: 10
knp_menu: knp_menu:
twig: twig:
template: menu/knp_menu.html.twig template: menu/knp_menu.html.twig

View File

@ -22,12 +22,6 @@ monolog:
console: console:
type: console type: console
channels: [!event, !doctrine] channels: [!event, !doctrine]
loader:
type: rotating_file
path: "%kernel.logs_dir%/loader.log"
level: debug
channels: 'loader'
max_files: 10
# uncomment to get logging in your browser # uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration # you may have to allow bigger header sizes in your Web server configuration
#firephp: #firephp: