We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6757833 commit 08f0129Copy full SHA for 08f0129
samples/ios/configcatsample/ViewController.swift
@@ -18,7 +18,7 @@ class ViewController: UIViewController {
18
19
// Info level logging helps to inspect the feature flag evaluation process.
20
// Remove this line to avoid too detailed logging in your application.
21
- options.logLevel = .debug
+ options.logLevel = .info
22
23
// Creating a user object to identify your user (optional).
24
options.defaultUser = ConfigCatUser(identifier: "user-id", email: "configcat@example.com")
0 commit comments