fix(index): increase route logging

This commit is contained in:
41666 2020-02-02 15:18:56 -05:00
parent 665caea4c5
commit fd9c6595cd

View file

@ -98,7 +98,7 @@ async function start() {
try { try {
await next() await next()
} catch (e) { } catch (e) {
log.error(e) log.error(e, e.stack || e.trace)
ctx.status = ctx.status || 500 ctx.status = ctx.status || 500
if (DEVEL) { if (DEVEL) {