Disable logging thread info, it wasnt very useful and made the log difficult to read
This commit is contained in:
parent
a6e6fa0099
commit
8928aa77eb
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue