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

Log Level? #128

Closed
ObserverMoment opened this issue Aug 19, 2021 · 2 comments
Closed

Log Level? #128

ObserverMoment opened this issue Aug 19, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ObserverMoment
Copy link

Hey, a quick one...are we able to reduce the StreamFeedClient log level? I seem to be getting every line from every call dumped into my VSCode debug console - it would be nice if we could turn this off when not directly debugging GetStream SDK, as it just dominates the log and drowns out everything else.

Thanks,

Rich

@sachaarbonel
Copy link
Member

Hey @ObserverMoment, this is now released in v0.3.0, you can disable log that way:
var client = StreamFeedClient.connect(apiKey, token: Token('userToken'), logLevel: Level.OFF);

@sachaarbonel sachaarbonel added the enhancement New feature or request label Sep 6, 2021
@ObserverMoment
Copy link
Author

Nice! Thanks @sachaarbonel

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

No branches or pull requests

3 participants