From b627c87d2181e3f9690fae0d7350fca1d2d23b70 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Tue, 25 May 2021 15:45:04 +0200 Subject: [PATCH] Do not print message content in the logs --- msgNotificationService/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgNotificationService/NotificationService.swift b/msgNotificationService/NotificationService.swift index cbd4ff5ce..4959f8506 100644 --- a/msgNotificationService/NotificationService.swift +++ b/msgNotificationService/NotificationService.swift @@ -176,7 +176,7 @@ class NotificationService: UNNotificationServiceExtension { } } - NotificationService.log.message(message: "msg: \(content) \n") + NotificationService.log.message(message: "received msg size : \(content.count) \n") return msgData; }