From 231177f057d5e9fb0defe401d20f8ca20f7d0005 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 1 May 2025 00:14:04 +0300 Subject: [PATCH] add log --- lib/submissions/timestamp_handler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/submissions/timestamp_handler.rb b/lib/submissions/timestamp_handler.rb index 9f10064a..1daab423 100644 --- a/lib/submissions/timestamp_handler.rb +++ b/lib/submissions/timestamp_handler.rb @@ -52,6 +52,7 @@ module Submissions OpenSSL::Timestamp::Response.new(response.body).token.to_der rescue StandardError => e Rollbar.error(e) if defined?(Rollbar) + Rails.logger.error(e) OpenSSL::ASN1::GeneralizedTime.new(Time.now.utc).to_der end