We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c7878 commit a7b8324Copy full SHA for a7b8324
modules/ivc_champva/app/services/ivc_champva/email.rb
@@ -40,6 +40,8 @@ def send_email
40
# See: https://github.com/department-of-veterans-affairs/vets-api/tree/master/modules/va_notify#how-teams-can-integrate-with-callbacks
41
{ callback_klass: data[:callback_klass], callback_metadata: data[:callback_metadata] }
42
)
43
+ Rails.logger.info "Pega Status Update Email: #{data[:file_count].to_i} file(s)"
44
+
45
true
46
rescue => e
47
Rails.logger.error "Pega Status Update Email Error: #{e.message}"
0 commit comments