Skip to content
Snippets Groups Projects
Unverified Commit db497294 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Fix spammy logging (DEV) (#3005)

parent c9abb9d0
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,7 @@ class DefaultTracingStatus @Inject constructor(
)
private suspend fun isEnabled(): Boolean = try {
client.isEnabled.await().also {
Timber.tag(TAG).v("Tracing isEnabled=$it")
}
client.isEnabled.await()
} catch (e: Throwable) {
Timber.tag(TAG).w(e, "Failed to determine tracing status.")
throw e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment