瀏覽代碼

agregue log al test enviroment

Luciano Andrade 7 年之前
父節點
當前提交
4a981861a5
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      app/config/config_test.yml

+ 12 - 0
app/config/config_test.yml

@@ -17,3 +17,15 @@ web_profiler:
 
 swiftmailer:
     disable_delivery: true
+
+monolog:
+    handlers:
+        main:
+            type: stream
+            path: "%kernel.logs_dir%/%kernel.environment%.log"
+            level: debug
+            channels: [!event]
+        console:
+            type:   console
+            channels: [!event, !doctrine]
+