Downgrade signature verification debug logging from `warn` to `debug` (#26812)

lolsob-rspec
Claire 2023-09-06 12:17:22 +02:00 committed by GitHub
parent 5533ba6909
commit 575ad09c6a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ module SignatureVerification
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