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()) {
|
return if (vectorPreferences.labAllowedExtendedLogging()) {
|
||||||
false
|
false
|
||||||
} else {
|
} else {
|
||||||
// Exclude debug and verbose logs
|
// Exclude verbose logs
|
||||||
priority <= Log.DEBUG
|
priority < Log.DEBUG
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user