From 704c4d9dbd5a18501d2eccefce34bdbaa3dddac4 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 24 Oct 2023 13:07:03 +0100 Subject: [PATCH] Update CRM/Core/BAO/Address.php Co-authored-by: Rich Lott --- CRM/Core/BAO/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/Address.php b/CRM/Core/BAO/Address.php index 29dcdc31a1..139f0ea6a9 100644 --- a/CRM/Core/BAO/Address.php +++ b/CRM/Core/BAO/Address.php @@ -1289,7 +1289,7 @@ SELECT is_primary, } } catch (CRM_Core_Exception $e) { - \Civi::log()->error('Geocoding error:' . $e->getMessage()); + \Civi::log()->error('Geocoding error:' . $e->getMessage(), ['geocoder' => get_class($provider), 'input' => $params]); } // dev/core#2379 - Limit geocode length to 14 characters to avoid validation error on save in UI. foreach (['geo_code_1', 'geo_code_2'] as $geocode) { -- 2.25.1