Log when we've written call start

Stephen Paul Weber created

Change summary

lib/call_attempt_repo.rb | 1 +
1 file changed, 1 insertion(+)

Detailed changes

lib/call_attempt_repo.rb 🔗

@@ -39,6 +39,7 @@ class CallAttemptRepo
 			"jmp_customer_ongoing_calls-#{customer.customer_id}",
 			call_id
 		).then do
+			log.info "starting_call started #{customer.customer_id} #{call_id}"
 			redis.expire(
 				"jmp_customer_ongoing_calls-#{customer.customer_id}",
 				60 * 60