log headers, add user agent to backend app

This commit is contained in:
2026-08-09 07:21:41 +03:00
parent c5a4963eeb
commit db47d8c2ce
3 changed files with 12 additions and 14 deletions
@@ -78,7 +78,7 @@ class HttpClientSettings(
install(Logging) {
val isDebug = koin.getOrNull<AppConfig>()?.debug ?: false
if (isDebug) {
this.level = LogLevel.ALL
this.level = LogLevel.HEADERS
this.logger = object : Logger {
override fun log(message: String) {
log.d("Http", message)