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 type: stream
path: "php://stderr" path: "php://stderr"
level: debug level: debug
include_stacktraces: true
console: console:
type: console type: console
process_psr_3_messages: false process_psr_3_messages: false