Closed jdelStrother closed 2 days ago
Hi @jdelStrother - thanks for submitting this issue. We're thinking these logs shouldn't need to be WARN
level, but might be better suited as DEBUG
. That would help quiet logs as you would only see them running the agent in DEBUG
mode. Would that work for you?
Yep, sounds good to me - I very rarely run the NewRelic logs at debug level
Thank you so much @jdelStrother! We appreciate you sharing this and will be much quieter with our next release. Updated this log output to DEBUG
in https://github.com/newrelic/newrelic-ruby-agent/pull/2975
Is your feature request related to a problem? Please describe.
We have
NewRelic::Agent.ignore_error_filter(...)
in config/initializers/newrelic.rb . This results in a noisy warning from newrelic:which is especially annoying if you're using NewRelic's log_file_path=STDOUT.
Feature Description
record_api_supportability_metric looks like it half-expects
agent
to be nil. Maybe it could pass adont_warn_if_unavailable
flag or something?Priority
Nice to have