mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 04:08:57 +02:00
Include stacktraces in demo logs.
This commit is contained in:
parent
09995330af
commit
ae753c8cca
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ monolog:
|
||||||
action_level: error
|
action_level: error
|
||||||
handler: nested
|
handler: nested
|
||||||
excluded_http_codes: [404, 405]
|
excluded_http_codes: [404, 405]
|
||||||
|
include_stacktraces: true
|
||||||
nested:
|
nested:
|
||||||
type: stream
|
type: stream
|
||||||
path: "php://stderr"
|
path: "php://stderr"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue