Issue Description
Having this in my config isn't sufficient
config.logger.level = Logger::WARN
We are still getting a lot of spam messages about rate limits, transport, envelopes, traces (which we don't even have in our subscription plan), and a lot of other stuff that makes no sense to us and there is nothing we can do about it. So we basically don't need all those messages that we can't resolve.
Reproduction Steps
Just enable Sentry in the app and observe there's a lot of stuff in the log.
Expected Behavior
Ability to set the log level to something that'd only show us real warnings and problems we can resolve (like without upgrading our plan).
Actual Behavior
Changing the log level doesn't reduce the logging
Ruby Version
2.7.6
SDK Version
5.7.0 & 5.8.0
Integration and Its Version
No response
Sentry Config
No response
Issue Description
Having this in my config isn't sufficient
We are still getting a lot of spam messages about rate limits, transport, envelopes, traces (which we don't even have in our subscription plan), and a lot of other stuff that makes no sense to us and there is nothing we can do about it. So we basically don't need all those messages that we can't resolve.
Reproduction Steps
Just enable Sentry in the app and observe there's a lot of stuff in the log.
Expected Behavior
Ability to set the log level to something that'd only show us real warnings and problems we can resolve (like without upgrading our plan).
Actual Behavior
Changing the log level doesn't reduce the logging
Ruby Version
2.7.6
SDK Version
5.7.0 & 5.8.0
Integration and Its Version
No response
Sentry Config
No response