File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2
2
handlers :
3
3
main :
4
4
type : stream
5
- path : " %kernel.logs_dir%/%kernel.environment%.log"
5
+ path : ' %kernel.logs_dir%/%kernel.environment%.log'
6
6
level : debug
7
- channels : [" !event" ]
7
+ channels : [' !event' ]
8
8
# uncomment to get logging in your browser
9
9
# you may have to allow bigger header sizes in your Web server configuration
10
10
# firephp:
@@ -16,4 +16,4 @@ monolog:
16
16
console :
17
17
type : console
18
18
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 9
9
- ^/
10
10
nested :
11
11
type : stream
12
- path : " %kernel.logs_dir%/%kernel.environment%.log"
12
+ path : ' %kernel.logs_dir%/%kernel.environment%.log'
13
13
level : debug
14
14
console :
15
15
type : console
16
16
process_psr_3_messages : false
17
- channels : [" !event", " !doctrine" ]
17
+ channels : [' !event', ' !doctrine' ]
Original file line number Diff line number Diff line change 1
1
framework :
2
2
default_locale : ' %locale%'
3
3
translator :
4
- paths :
5
- - ' %kernel.project_dir%/config/translations/'
6
4
fallbacks :
7
5
- ' %locale%'
Original file line number Diff line number Diff line change 1
1
twig :
2
- paths : ['%kernel.project_dir%/templates']
3
2
debug : ' %kernel.debug%'
4
3
strict_variables : ' %kernel.debug%'
5
4
form_themes :
You can’t perform that action at this time.
0 commit comments