about summary refs log tree commit diff
path: root/src/logger
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-05-02 20:57:51 -0500
committerGitHub <noreply@github.com>2024-05-02 20:57:51 -0500
commitc9cf608f789943e81bfa32b8da5f6ca4f75d5a66 (patch)
tree061fa8b7eda6c7566893fceb11bc81af6a2d1424 /src/logger
parentc13685a0cf5a5c4266154495a3cb10f0f76d84dc (diff)
downloadvoidsky-c9cf608f789943e81bfa32b8da5f6ca4f75d5a66.tar.zst
[Clipclops] External store, suspend/resume (#3829)
* Initial working external store

* Clean up WIP, explore suspend/resume

* Clean up state, bindings, snapshots, add some logs

* Reduce snapshots, add better logic check

* Bump interval a smidge

* Remove unused type
Diffstat (limited to 'src/logger')
-rw-r--r--src/logger/debugContext.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts
index 0e04752e3..997120786 100644
--- a/src/logger/debugContext.ts
+++ b/src/logger/debugContext.ts
@@ -9,4 +9,5 @@ export const DebugContext = {
   // e.g. composer: 'composer'
   session: 'session',
   notifications: 'notifications',
+  convo: 'convo',
 } as const