Skip to content

Commit

Permalink
Update ViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Oct 18, 2022
1 parent 6757833 commit 08f0129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ios/configcatsample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ViewController: UIViewController {

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

// Creating a user object to identify your user (optional).
options.defaultUser = ConfigCatUser(identifier: "user-id", email: "[email protected]")
Expand Down

0 comments on commit 08f0129

Please sign in to comment.