Skip to content

Commit

Permalink
Change logVerbosity for FFI from 2 to 4 (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanilcenko committed May 14, 2024
1 parent ab93188 commit 56e4c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/tari/android/wallet/ffi/FFIWallet.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class FFIWallet(
private val coroutineContext = Job()
private var localScope = CoroutineScope(coroutineContext)

private val logVerbosity: Int = if (BuildConfig.BUILD_TYPE == "debug") 11 else 2
private val logVerbosity: Int = if (BuildConfig.BUILD_TYPE == "debug") 11 else 4

companion object {
private var atomicInstance = AtomicReference<FFIWallet>()
Expand Down

0 comments on commit 56e4c95

Please sign in to comment.