Merge pull request #3531 from element-hq/feature/bma/logLevel

Remove ability to configure default log level
This commit is contained in:
Benoit Marty 2024-09-25 10:33:27 +02:00 committed by GitHub
commit ae7a79e06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ data class TracingFilterConfiguration(
}
enum class Target(open val filter: String) {
COMMON(""),
// COMMON(""),
ELEMENT("elementx"),
HYPER("hyper"),
MATRIX_SDK_FFI("matrix_sdk_ffi"),