Disable logging thread info, it wasnt very useful and made the log difficult to read
This commit is contained in:
parent
a6e6fa0099
commit
8928aa77eb
@ -181,7 +181,6 @@ open class App : Application(), LifecycleObserver {
|
|||||||
|
|
||||||
val logConfig = LogConfiguration.Builder()
|
val logConfig = LogConfiguration.Builder()
|
||||||
.logLevel(logLevel)
|
.logLevel(logLevel)
|
||||||
.t()
|
|
||||||
.st(2)
|
.st(2)
|
||||||
.nb()
|
.nb()
|
||||||
.build()
|
.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user