Skip to content

Commit 2846c1e

Browse files
authored
Disable logging by default in StoreConfiguration
1 parent 986c238 commit 2846c1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/DeveloperSupportStore/Configuration/StoreConfiguration.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ public extension StoreConfigurationProtocol {
8585
/// Default layout constants based on the original Colir app design.
8686
var layout: StoreLayoutConstants { .default }
8787

88-
/// Default: logging is enabled.
89-
var isLoggingEnabled: Bool { true }
88+
/// Default: logging is disabled.
89+
var isLoggingEnabled: Bool { false }
9090
}

0 commit comments

Comments
 (0)