We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31fd887 + 6f955d1 commit d7f0bccCopy full SHA for d7f0bcc
model-server/src/main/kotlin/org/modelix/model/server/Main.kt
@@ -310,6 +310,8 @@ object Main {
310
}
311
312
exception<Throwable> { call, cause ->
313
+ // Such errors were most likely not caught and logged anywhere else.
314
+ LOG.error("Encountered an internal server error.", cause)
315
call.respondProblem(
316
Problem(
317
title = "Internal server error",
0 commit comments