Disable Logs

This commit is contained in:
2025-01-20 19:09:29 +01:00
parent 8da9a3cfbb
commit 3fadeb7751
@@ -104,6 +104,7 @@ Message: ${cause.message}
call.response.headers.append("X-Caught", "1")
}
/*
onCallRespond { call ->
if ((call.response.status() ?: HttpStatusCode.OK).isSuccess()) {
return@onCallRespond
@@ -125,5 +126,5 @@ Message: ${cause.message}
""".trimIndent()
SWException.log(msg, stack)
}
}*/
}