Browse Source

clean up monolog config for test and prod envs

Olivier Massot 1 year ago
parent
commit
8c55fb12bb
2 changed files with 0 additions and 24 deletions
  1. 0 12
      config/packages/staging/monolog.yaml
  2. 0 12
      config/packages/test/monolog.yaml

+ 0 - 12
config/packages/staging/monolog.yaml

@@ -1,12 +0,0 @@
-monolog:
-    handlers:
-        main:
-            type: fingers_crossed
-            action_level: error
-            handler: nested
-            excluded_http_codes: [404, 405]
-            channels: ["!event"]
-        nested:
-            type: stream
-            path: "%kernel.logs_dir%/%kernel.environment%.log"
-            level: debug

+ 0 - 12
config/packages/test/monolog.yaml

@@ -1,12 +0,0 @@
-monolog:
-    handlers:
-        main:
-            type: fingers_crossed
-            action_level: error
-            handler: nested
-            excluded_http_codes: [404, 405]
-            channels: ["!event"]
-        nested:
-            type: stream
-            path: "%kernel.logs_dir%/%kernel.environment%.log"
-            level: debug