From 4dd6a1d15d0a2ad93946686892fb06a629d6f848 Mon Sep 17 00:00:00 2001 From: Maciej Zieniuk Date: Tue, 24 Dec 2024 15:51:41 +0000 Subject: [PATCH] push notifications logging --- libs/common/src/services/notifications.service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/common/src/services/notifications.service.ts b/libs/common/src/services/notifications.service.ts index 6f7c5c9f262..3a7e51b8735 100644 --- a/libs/common/src/services/notifications.service.ts +++ b/libs/common/src/services/notifications.service.ts @@ -151,6 +151,8 @@ export class NotificationsService implements NotificationsServiceAbstraction { return; } + this.logService.info("Notification:", notification); + switch (notification.type) { case NotificationType.SyncCipherCreate: case NotificationType.SyncCipherUpdate: