Commit 71ee0a6e521de1dc207974aa88b2e4ea5f8f8d1c

Authored by Eduardo Santos
Committed by Eduardo Santos
1 parent ddd4c06e
Exists in master and in 1 other branch 3.1

Desabilita debug em produção

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/config/config_prod.yml
... ... @@ -17,4 +17,4 @@ monolog:
17 17 nested:
18 18 type: stream
19 19 path: "%kernel.logs_dir%/%kernel.environment%.log"
20   - level: debug
  20 + level: warning
... ...