From cc20b9926838bf39438380ef0cfdabd61aa7c209 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 11 Jun 2025 09:42:56 -0500 Subject: [PATCH] Log for this outbound no customer problem --- web.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/web.rb b/web.rb index 154006905c2997f41501bdb74a80d31dc2de62bf..b9ecc133799496aa42f7aac660cf086f72482e26 100644 --- a/web.rb +++ b/web.rb @@ -477,6 +477,7 @@ class Web < Roda end end }.catch_only(CustomerRepo::NotFound) { + log.info "No customer for outbound call matching: #{params['from']}" render "outbound/no_customer" } end