From 5b862280fa93f65b642760aa0057f070cf925d54 Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Mon, 19 Sep 2022 14:43:52 +0200
Subject: [PATCH] publish: Update .gitlab/merge_request_templates/default.md

generated from commit a24a43e189b99de70d5f93e9d454ff2060b8684f
---
 services/consumptionAlert/ecolyo.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/consumptionAlert/ecolyo.js b/services/consumptionAlert/ecolyo.js
index 2f8fa4bc3..df94b7d1a 100644
--- a/services/consumptionAlert/ecolyo.js
+++ b/services/consumptionAlert/ecolyo.js
@@ -80964,9 +80964,9 @@ const consumptionAlert = async ({
     }]
   };
   log('info', 'Sending mail...');
-  log('info', `MAILSUBJECTTTTTT : ${JSON.stringify(mailData.subject)}`);
+  log('critical', `MAILSUBJECTTTTTT : ${JSON.stringify(mailData.subject)}`);
   console.log('thesubject', mailData.subject);
-  log('info', 'Sending MAILLLL...'); // log('info', `MAILSUBJECTTTTTT2 : ${mailData}`)
+  log('warn', 'Sending MAILLLL...'); // log('info', `MAILSUBJECTTTTTT2 : ${mailData}`)
 
   mailService.SendMail(client, mailData);
 };
-- 
GitLab