Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchConfiguration.logLevel has no effect #855

Open
antiraum opened this issue Feb 12, 2024 · 0 comments
Open

SearchConfiguration.logLevel has no effect #855

antiraum opened this issue Feb 12, 2024 · 0 comments

Comments

@antiraum
Copy link

After updating to v8.20.0 we noticed that all request and response data is logged with the log type/level debug.

Changing the SearchConfiguration.logLevel has no effect. Logs of all levels/types are generated independent of the setting value.

var config = SearchConfiguration(applicationID: "xxx", apiKey: "yyy")
config.logLevel = .error
let client = SearchClient(configuration: config)

We were expecting that the log level acted as a minimum level and logs of a lower level are not generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant