Explorar el Código

Exclude events from dev log

Jordi Boggiano hace 9 años
padre
commit
8e9a3cc4ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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