fix backend

This commit is contained in:
2026-08-07 22:18:55 +03:00
parent 7aa84674f5
commit 1173a0f5c8
5 changed files with 9 additions and 16 deletions
@@ -76,7 +76,7 @@ class HttpClientSettings(
}
}
install(Logging) {
val isDebug = koin.getOrNull<AppConfig>()?.debug ?: true
val isDebug = koin.getOrNull<AppConfig>()?.debug ?: false
if (isDebug) {
this.level = LogLevel.ALL
this.logger = object : Logger {