diff --git a/services/aggregatorUsageEvents/ecolyo.js b/services/aggregatorUsageEvents/ecolyo.js
index 425b20f457c0793870fd2c34bc395d0b57071e7e..75f6454a27fea49145680d2772ac63030cfcb045 100644
--- a/services/aggregatorUsageEvents/ecolyo.js
+++ b/services/aggregatorUsageEvents/ecolyo.js
@@ -159,7 +159,7 @@ const sendIndicator = async (indicator, client) => {
     });
     return true;
   } catch (error) {
-    log('error', `Error while sending indicator to remote doctype: ${error.message}`);
+    log('error', `Error while sending indicator ${indicator.measureName} to remote doctype: ${error.message}`);
     throw error;
   }
 };
@@ -685,7 +685,7 @@ const aggregateEvents = async (events, eventType, firstConnectionEvent, client)
     case _usageEvent2.UsageEventType.PROFILE_SET_EVENT:
       await sendAggregatedEventByDay(events, _dacc.DaccEvent.NAVIGATION_ACTION_DAILY, client, {
         group1: 'page',
-        group2: 'action',
+        group2: 'feature',
         group3: 'params'
       }, [0, 0, 0], ['profile', 'profile_completed', '']);
       break;