Expose the log level in developer settings

This commit is contained in:
Stefan Ceriu
2023-08-23 14:58:44 +03:00
committed by Stefan Ceriu
parent 5dc71ee090
commit 81bb239f46
9 changed files with 44 additions and 39 deletions

View File

@@ -29,6 +29,7 @@ final class AppSettings {
case enableNotifications
case enableInAppNotifications
case pusherProfileTag
case logLevel
// Feature flags
case shouldCollapseRoomStateEvents
@@ -196,6 +197,9 @@ final class AppSettings {
let permalinkBaseURL: URL = "https://matrix.to"
@UserPreference(key: UserDefaultsKeys.logLevel, defaultValue: TracingConfiguration.LogLevel.info, storageType: .userDefaults(store))
var logLevel
// MARK: - Maps
// maptiler base url