diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index 37f98e38efae710d7d326709dc72a44bc3bd7678..9f9d045562bc0ea7c0068aee3854de5163168943 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -227477,6 +227477,7 @@ async function onDeleteAccount() {
     const accountData = await getAccount(ACCOUNT_ID)
     // Parse local info for deletion test
     if (isLocal()) {
+      log('warn', 'Local run')
       const fields = JSON.parse(
         process.env.COZY_FIELDS ? process.env.COZY_FIELDS : '{}'
       )
@@ -227573,6 +227574,7 @@ function getAccountRev() {
  * @returns {Fields}
  */
 function getAccountSecret() {
+  log('info', `getAccountSecret`)
   try {
     return isLocal()
       ? JSON.parse(process.env.COZY_FIELDS)