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

Commit

Permalink
Fix "!event" deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Feb 22, 2017
1 parent e9b7381 commit 02005b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/config/config_dev.yml
Expand Up @@ -17,10 +17,10 @@ monolog:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: [!event]
channels: ["!event"]
console:
type: console
channels: [!event, !doctrine, !console]
channels: ["!event", "!doctrine", "!console"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
Expand All @@ -31,4 +31,4 @@ monolog:
# level: info

#swiftmailer:
# delivery_addresses: ['me@example.com']
# delivery_addresses: ["me@example.com"]

0 comments on commit 02005b4

Please sign in to comment.