about summary refs log tree commit diff
path: root/src/logger/debugContext.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-11-04 13:42:36 -0500
committerEric Bailey <git@esb.lol>2023-11-04 13:42:36 -0500
commitf51351e80d446fc058faf0ab91757ca4bdead0a5 (patch)
tree0c2372a71e605bfbb99b38113305b800ddd04064 /src/logger/debugContext.ts
parente49a3d8a564b2aa42a8c0e66dfcbae27d096dc26 (diff)
downloadvoidsky-f51351e80d446fc058faf0ab91757ca4bdead0a5.tar.zst
Replace all logs with new logger
Diffstat (limited to 'src/logger/debugContext.ts')
-rw-r--r--src/logger/debugContext.ts2
1 files changed, 2 insertions, 0 deletions
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