mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-14 01:29:09 +00:00
fix(index): increase route logging
This commit is contained in:
parent
665caea4c5
commit
fd9c6595cd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ async function start() {
|
|||
try {
|
||||
await next()
|
||||
} catch (e) {
|
||||
log.error(e)
|
||||
log.error(e, e.stack || e.trace)
|
||||
ctx.status = ctx.status || 500
|
||||
|
||||
if (DEVEL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue