Browse Source

Ignore all 404s

Jordi Boggiano 9 years ago
parent
commit
fc46a600c8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/config/config_prod.yml

+ 1 - 3
app/config/config_prod.yml

@@ -14,9 +14,7 @@ monolog:
             action_level: error
             handler:      nested
             excluded_404s:
-                - '\.php$'
-                - '\.json$'
-                - ^/(favicon\.png|sitemap\.xml|apple-touch-icon.*?\.png)$
+                - ^/
         nested:
             type:  stream
             path:  %kernel.logs_dir%/%kernel.environment%.log