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

v2.2.4 spams to log with NSLog on iOs #166

Closed
RSATom opened this issue Apr 22, 2022 · 3 comments · Fixed by #181
Closed

v2.2.4 spams to log with NSLog on iOs #166

RSATom opened this issue Apr 22, 2022 · 3 comments · Fixed by #181
Assignees
Labels
bug Something isn't working

Comments

@RSATom
Copy link

RSATom commented Apr 22, 2022

After update to the latest version I see huge amount of annoying logs produced by following line:

NSLog(@"HTTP response from Rollbar: %@", response);

Is it intended?

@RSATom RSATom changed the title v2.2.4 spams to NSLog log on iOs v2.2.4 spams to log with NSLog on iOs Apr 22, 2022
@akornich akornich self-assigned this Apr 26, 2022
@akornich akornich added the question Further information is requested label Apr 26, 2022
@akornich akornich added bug Something isn't working and removed question Further information is requested labels Apr 26, 2022
@RSATom
Copy link
Author

RSATom commented May 5, 2022

Also it would be great if there will be some way to disable RollbarSdkLog output ...

@akornich
Copy link
Contributor

@RSATom , the noisiest SDK output can be suppressed by this configuration flag:

On a RollbarConfig instance used to configure the SDK, set .developerOptions.suppressSdkInfoLogging = YES;

but I did miss the output you mentioned. It will be fixed in the upcoming v2.3.0 release.

Thanks for reporting the issue.

akornich added a commit to WideSpectrumComputing/rollbar-apple that referenced this issue May 25, 2022
@jason-gabriele-ih
Copy link

I'm still seeing a ton of logs in the console that seem unnecessary. I'm using the suppressSdkInfoLogging option.

[Rollbar] Column: created_at
[Rollbar] Data: 1674670633
[Rollbar] Column: destination_key
[Rollbar] Data: 1
[Rollbar] Columns: 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants