mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Do not pollute docker logs with deprecation notices in error case
This commit is contained in:
parent
08ce1795fc
commit
431cf23600
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ when@docker:
|
||||||
excluded_http_codes: [404, 405]
|
excluded_http_codes: [404, 405]
|
||||||
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
||||||
include_stacktraces: true
|
include_stacktraces: true
|
||||||
|
channels: ["!deprecation"]
|
||||||
nested:
|
nested:
|
||||||
type: stream
|
type: stream
|
||||||
path: "php://stderr"
|
path: "php://stderr"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue