mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-23 22:39:02 +03:00
Increase log level of file logger
This commit is contained in:
parent
a639ac42c4
commit
c3b8ed223d
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ class VectorFileLogger @Inject constructor(val context: Context, private val vec
|
||||||
return if (vectorPreferences.labAllowedExtendedLogging()) {
|
return if (vectorPreferences.labAllowedExtendedLogging()) {
|
||||||
false
|
false
|
||||||
} else {
|
} else {
|
||||||
// Exclude debug and verbose logs
|
// Exclude verbose logs
|
||||||
priority <= Log.DEBUG
|
priority < Log.DEBUG
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue