Skip to content

Commit 08f0129

Browse files
committed
Update ViewController.swift
1 parent 6757833 commit 08f0129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ios/configcatsample/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ViewController: UIViewController {
1818

1919
// Info level logging helps to inspect the feature flag evaluation process.
2020
// Remove this line to avoid too detailed logging in your application.
21-
options.logLevel = .debug
21+
options.logLevel = .info
2222

2323
// Creating a user object to identify your user (optional).
2424
options.defaultUser = ConfigCatUser(identifier: "user-id", email: "configcat@example.com")

0 commit comments

Comments
 (0)