Disable logging thread info, it wasnt very useful and made the log difficult to read

This commit is contained in:
Jobobby04 2020-09-08 16:06:15 -04:00
parent a6e6fa0099
commit 8928aa77eb

View File

@ -181,7 +181,6 @@ open class App : Application(), LifecycleObserver {
val logConfig = LogConfiguration.Builder()
.logLevel(logLevel)
.t()
.st(2)
.nb()
.build()