Browse Source

Cambio level monolog. Se loguea por amqp en prod unicamente

Espinoza Guillermo 6 years ago
parent
commit
7485d090a6
2 changed files with 1 additions and 5 deletions
  1. 0 4
      app/config/config_dev.yml
  2. 1 1
      app/config/config_prod.yml

+ 0 - 4
app/config/config_dev.yml

@@ -28,10 +28,6 @@ monolog:
             type:  stream
             path:  "%kernel.logs_dir%/%kernel.environment%.log"
             level: debug
-        amqp:
-            type:               service
-            id:                 monolog.amqp
-            level:              debug
         console:
             type:   console
         # uncomment to get logging in your browser

+ 1 - 1
app/config/config_prod.yml

@@ -25,5 +25,5 @@ monolog:
         amqp:
             type:               service
             id:                 monolog.amqp
-            level:              debug
+            level:              error
             channels: ['devicelog', 'webservice']