Skip to content

Commit 8fba2d7

Browse files
committed
fix :: stack info is missin wth;;
1 parent 86c4544 commit 8fba2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/teamapi/palette/filter/SessionExceptionFilter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class SessionExceptionFilter(
5151
}
5252

5353
is Exception -> {
54+
e.printStackTrace()
5455
log.error("WTFF", e)
5556
return exchange.response.writeJson(ErrorCode.INTERNAL_SERVER_EXCEPTION)
5657
}

0 commit comments

Comments
 (0)