Include stacktraces in demo logs.

This commit is contained in:
Jan Böhmer 2019-11-10 20:09:33 +01:00
parent 09995330af
commit ae753c8cca

View file

@ -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"