spxbhuhb / adaptive

Consolidated full-stack application development library for Kotlin
Apache License 2.0
0 stars 0 forks source link

deal with the JVM logging craziness #4

Open toth-istvan-zoltan opened 1 month ago

toth-istvan-zoltan commented 1 month ago

JVM logger related problems:

May 14, 2024 4:50:26 AM hu.simplexion.adaptive.log.JvmLogger info
INFO: no change in the last minute

2024-05-14 04:50:21.742 [DefaultDispatcher-worker-3] INFO  ktor.application - Responding at http://0.0.0.0:8080
toth-istvan-zoltan commented 1 month ago

Also see: https://youtrack.jetbrains.com/issue/KTOR-5227

As for now, logback is on 1.2.11 to avoid runtime troubles on Android. I should investigate this a bit deeper to find a good solution (or just use 1.2.11 for a while).