Include stacktraces in demo logs.

This commit is contained in:
Jan Böhmer 2019-11-10 20:14:06 +01:00
parent ae753c8cca
commit 338b2bb7fe

View file

@ -10,6 +10,7 @@ monolog:
type: stream
path: "php://stderr"
level: debug
include_stacktraces: true
console:
type: console
process_psr_3_messages: false