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
  • Loading branch information
ClearlyClaire authored and vmstan committed Jan 5, 2024
1 parent ccf7fea commit b0488e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/signature_verification.rb
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 b0488e3

Please sign in to comment.