Browse Source

agregue log al test enviroment

Luciano Andrade 7 years ago
parent
commit
4a981861a5
1 changed files with 12 additions and 0 deletions
  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]
+