log errors from cert verification

This commit is contained in:
Adam Cooke
2017-05-04 12:37:16 +01:00
parent e7b88842ca
commit 3ba0a72779
+1
View File
@@ -67,6 +67,7 @@ class TrackCertificate < ApplicationRecord
sleep 1
verify
else
logger.info "Error: #{e.class} (#{e.message})"
return false
end
end