You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want bug capture for production rake tasks, but we don't want this message in the logs every single time the Rails app initializes, especially since it contains the API key. Is there some way to silence this message?
The text was updated successfully, but these errors were encountered:
Thanks for the report, @csuhta. I updated the ready message to remove the API key. The message is displayed at the info log level, could the logging level potentially be turned up for running tests, etc?
I have this config for a Rails app and
bugsnag
3.0.0:Bugsnag prints this message for everything the Rails app does (boot,
rake
,rails
, migrations, test suite, etc):We want bug capture for production rake tasks, but we don't want this message in the logs every single time the Rails app initializes, especially since it contains the API key. Is there some way to silence this message?
The text was updated successfully, but these errors were encountered: