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 14:00:38 -0500
committerGitHub <noreply@github.com>2023-11-04 14:00:38 -0500
commit95b5e642dcca7b6fbf60cb1b86a94ba9d40415e1 (patch)
tree704c8dc022b0536951e4cb49b0006991253c3903 /src/logger/debugContext.ts
parente49a3d8a564b2aa42a8c0e66dfcbae27d096dc26 (diff)
parentf6fe980a6457bc7394427b569b2e5b05ce5278f6 (diff)
downloadvoidsky-95b5e642dcca7b6fbf60cb1b86a94ba9d40415e1.tar.zst
Merge pull request #1814 from bluesky-social/eric/replace-logger
Remove old 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