Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit bc3c21e

Browse files
committed
Merge branch '2.7' into 2.8
2 parents ce99120 + b7f3157 commit bc3c21e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Symfony Standard Edition
22
========================
33

4-
Welcome to the Symfony Standard Edition - a fully-functional Symfony2
4+
Welcome to the Symfony Standard Edition - a fully-functional Symfony
55
application that you can use as the skeleton for your new applications.
66

77
For details on how to download and get started with Symfony, see the

app/config/config_dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ web_profiler:
1414
monolog:
1515
handlers:
1616
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+
channels: [!event]
2021
console:
2122
type: console
2223
bubble: false

0 commit comments

Comments
 (0)