Skip to content

Commit

Permalink
Lower diagnose log message to info level (#1325)
Browse files Browse the repository at this point in the history
It's not a warning that the start call is ignored in the diagnose
context. A warning sounds like it could be a problem, but it's operating
as it should.

[skip changeset]
[skip review]
  • Loading branch information
tombruijn authored Nov 4, 2024
1 parent ff31be8 commit b2c2499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appsignal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def testing?
# @since 0.7.0
def start # rubocop:disable Metrics/AbcSize
if ENV.fetch("_APPSIGNAL_DIAGNOSE", false)
internal_logger.warn("Skipping start in diagnose context")
internal_logger.info("Skipping start in diagnose context")
return
end

Expand Down

0 comments on commit b2c2499

Please sign in to comment.