Downgrade signature verification debug logging from `warn` to `debug` (#26812)
This commit is contained in:
parent
d881988372
commit
09ec9c6aa5
|
@ -119,7 +119,7 @@ module SignatureVerification
|
||||||
private
|
private
|
||||||
|
|
||||||
def fail_with!(message, **options)
|
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)
|
@signature_verification_failure_reason = { error: message }.merge(options)
|
||||||
@signed_request_actor = nil
|
@signed_request_actor = nil
|
||||||
|
|
Loading…
Reference in New Issue