File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 22 handlers :
33 main :
44 type : stream
5- path : " %kernel.logs_dir%/%kernel.environment%.log"
5+ path : ' %kernel.logs_dir%/%kernel.environment%.log'
66 level : debug
7- channels : [" !event" ]
7+ channels : [' !event' ]
88 # uncomment to get logging in your browser
99 # you may have to allow bigger header sizes in your Web server configuration
1010 # firephp:
@@ -16,4 +16,4 @@ monolog:
1616 console :
1717 type : console
1818 process_psr_3_messages : false
19- channels : [" !event", " !doctrine", " !console" ]
19+ channels : [' !event', ' !doctrine', ' !console' ]
Original file line number Diff line number Diff line change 99 - ^/
1010 nested :
1111 type : stream
12- path : " %kernel.logs_dir%/%kernel.environment%.log"
12+ path : ' %kernel.logs_dir%/%kernel.environment%.log'
1313 level : debug
1414 console :
1515 type : console
1616 process_psr_3_messages : false
17- channels : [" !event", " !doctrine" ]
17+ channels : [' !event', ' !doctrine' ]
Original file line number Diff line number Diff line change 11framework :
22 default_locale : ' %locale%'
33 translator :
4- paths :
5- - ' %kernel.project_dir%/config/translations/'
64 fallbacks :
75 - ' %locale%'
Original file line number Diff line number Diff line change 11twig :
2- paths : ['%kernel.project_dir%/templates']
32 debug : ' %kernel.debug%'
43 strict_variables : ' %kernel.debug%'
54 form_themes :
You can’t perform that action at this time.
0 commit comments