Remove ability to change default common trace level

This commit is contained in:
Benoit Marty 2024-09-23 17:21:39 +02:00
parent 280f7383b7
commit 0402703803
2 changed files with 2 additions and 2 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"),