Using new excluded_http_codes

This commit is contained in:
Ryan Weaver
2019-06-02 07:05:21 -04:00
parent c0d47adbd1
commit 59e574129c
@@ -4,9 +4,7 @@ monolog:
type: fingers_crossed
action_level: error
handler: nested
excluded_404s:
# regex: exclude all 404 errors from the logs
- ^/
excluded_http_codes: [404, 405]
nested:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"