Do not pollute docker logs with deprecation notices in error case

This commit is contained in:
Jan Böhmer 2025-08-31 15:11:31 +02:00
parent 08ce1795fc
commit 431cf23600

View file

@ -69,6 +69,7 @@ when@docker:
excluded_http_codes: [404, 405]
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
include_stacktraces: true
channels: ["!deprecation"]
nested:
type: stream
path: "php://stderr"