This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,18 @@ web_profiler:
14
14
monolog :
15
15
handlers :
16
16
main :
17
- type : stream
18
- path : %kernel.logs_dir%/%kernel.environment%.log
19
- level : debug
17
+ type : stream
18
+ path : %kernel.logs_dir%/%kernel.environment%.log
19
+ level : debug
20
+ console :
21
+ type : console
22
+ bubble : false
20
23
firephp :
21
- type : firephp
22
- level : info
24
+ type : firephp
25
+ level : info
23
26
chromephp :
24
- type : chromephp
25
- level : info
27
+ type : chromephp
28
+ level : info
26
29
27
30
assetic :
28
31
use_controller : true
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ monolog:
21
21
type : stream
22
22
path : %kernel.logs_dir%/%kernel.environment%.log
23
23
level : debug
24
+ console :
25
+ type : console
Original file line number Diff line number Diff line change 8
8
},
9
9
"require" : {
10
10
"php" : " >=5.3.3" ,
11
- "symfony/symfony" : " ~2.3 " ,
11
+ "symfony/symfony" : " ~2.4 " ,
12
12
"doctrine/orm" : " >=2.2.3,<2.4-dev" ,
13
13
"doctrine/doctrine-bundle" : " ~1.2" ,
14
14
"twig/extensions" : " ~1.0" ,
15
15
"symfony/assetic-bundle" : " ~2.3" ,
16
16
"symfony/swiftmailer-bundle" : " ~2.3" ,
17
- "symfony/monolog-bundle" : " ~2.3 " ,
17
+ "symfony/monolog-bundle" : " ~2.4 " ,
18
18
"sensio/distribution-bundle" : " ~2.3" ,
19
19
"sensio/framework-extra-bundle" : " ~2.3" ,
20
20
"sensio/generator-bundle" : " ~2.3" ,
You can’t perform that action at this time.
0 commit comments