From f51351e80d446fc058faf0ab91757ca4bdead0a5 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 4 Nov 2023 13:42:36 -0500 Subject: Replace all logs with new logger --- src/logger/debugContext.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/logger/debugContext.ts') diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts index 658f4b18b..0e04752e3 100644 --- a/src/logger/debugContext.ts +++ b/src/logger/debugContext.ts @@ -7,4 +7,6 @@ */ export const DebugContext = { // e.g. composer: 'composer' + session: 'session', + notifications: 'notifications', } as const -- cgit 1.4.1