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:
parent
fee1729fa6
commit
4d81d527fc
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user