mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 04:17:55 +01:00
Increase log level of file logger
This commit is contained in:
parent
a639ac42c4
commit
c3b8ed223d
@ -102,8 +102,8 @@ class VectorFileLogger @Inject constructor(val context: Context, private val vec
|
||||
return if (vectorPreferences.labAllowedExtendedLogging()) {
|
||||
false
|
||||
} else {
|
||||
// Exclude debug and verbose logs
|
||||
priority <= Log.DEBUG
|
||||
// Exclude verbose logs
|
||||
priority < Log.DEBUG
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user