浏览代码

Se quito fingers_crossed del config_dev.yml

gabriel 7 年之前
父节点
当前提交
3b51008fe9
共有 1 个文件被更改,包括 6 次插入11 次删除
  1. 6 11
      app/config/config_dev.yml

+ 6 - 11
app/config/config_dev.yml

@@ -19,26 +19,21 @@ web_profiler:
     intercept_redirects: false
 
 monolog:
-    channels: ['devicelog', 'webservice']
     handlers:
         main:
-            type:         fingers_crossed
-            action_level: error
-            handler:      grouped
-        grouped:
             type:         group
+            action_level: error
             members:      [nested, amqp]
         nested:
             type:  stream
             path:  "%kernel.logs_dir%/%kernel.environment%.log"
             level: debug
-        console:
-            type:  console
         amqp:
-            type: service
-            id: monolog.amqp
-            level: debug
-            channels: ['devicelog', 'webservice']
+            type:               service
+            id:                 monolog.amqp
+            level:              debug
+        console:
+            type:   console
         # uncomment to get logging in your browser
         # you may have to allow bigger header sizes in your Web server configuration
         #firephp: