Skip to content

Commit

Permalink
Downgrade signature verification debug logging from warn to debug
Browse files Browse the repository at this point in the history
The logging added in #26637 was not meant to have `warn` severity
  • Loading branch information
ClearlyClaire committed Sep 6, 2023
1 parent 8c321b8 commit 5bf39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/signature_verification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def request_body
private

def fail_with!(message, **options)
Rails.logger.warn { "Signature verification failed: #{message}" }
Rails.logger.debug { "Signature verification failed: #{message}" }

@signature_verification_failure_reason = { error: message }.merge(options)
@signed_request_actor = nil
Expand Down

0 comments on commit 5bf39d9

Please sign in to comment.