Browse Source

Exclude events from dev log

Jordi Boggiano 9 năm trước cách đây
mục cha
commit
8e9a3cc4ee
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/config/config_dev.yml

+ 1 - 0
app/config/config_dev.yml

@@ -18,6 +18,7 @@ monolog:
             type:  stream
             path:  %kernel.logs_dir%/%kernel.environment%.log
             level: debug
+            channels: ['!event']
         firephp:
             type:  firephp
             level: info