diff --git a/index.js b/index.js
index 8bc595594ffb0d18d8514827c6977002c83facc5..349c8835a341d9e1965c6885f4093f29a68b8bd8 100644
--- a/index.js
+++ b/index.js
@@ -223834,6 +223834,10 @@ function rechercherPoint(
     'info',
     `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}`
   )
+  log(
+    'warn',
+    `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}`
+  )
   if (escalierEtEtageEtAppartement) {
     return `<?xml version='1.0' encoding='utf-8'?>
     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index 9bb2d78ce07a5b17bd51bb3bd774258bc97750c8..6f0e38d61e79b26ccf22a54fbc8e2ee4a496d217 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -223156,6 +223156,10 @@ function rechercherPoint(
     'info',
     `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}`
   )
+  log(
+    'warn',
+    `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}`
+  )
   if (escalierEtEtageEtAppartement) {
     return `<?xml version='1.0' encoding='utf-8'?>
     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"