From 1b5bdc4cebf0c913a7eeb57560735df0beb11f4b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 26 Aug 2026 15:25:48 -0400 Subject: [PATCH] chore(logs): add backend shutdown debug log file --- backend-debug.log | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend-debug.log diff --git a/backend-debug.log b/backend-debug.log new file mode 100644 index 0000000..9e0a4fb --- /dev/null +++ b/backend-debug.log @@ -0,0 +1,10 @@ +[2026-08-26T19:15:12.457Z] [SHUTDOWN] before-quit fired +[2026-08-26T19:15:12.458Z] [SHUTDOWN] shutdown started +[2026-08-26T19:15:12.458Z] [SHUTDOWN] Stopping local daemon server early +[2026-08-26T19:15:12.458Z] [SHUTDOWN] Phase 1: sending Ctrl+C to all terminals +[2026-08-26T19:15:12.459Z] [SHUTDOWN] Signaled 1 terminals: __pane_chat_terminal__ +[2026-08-26T19:15:12.659Z] [SHUTDOWN] Sent second Ctrl+C, waiting 2s... +[2026-08-26T19:15:14.660Z] [SHUTDOWN] 2s wait complete +[2026-08-26T19:15:14.660Z] [SHUTDOWN] Phase 2: saving terminal states +[2026-08-26T19:15:14.670Z] [SHUTDOWN] ERROR during shutdown: BoundaryDecodeError: input.wasInterrupted: expected JSON value +[2026-08-26T19:15:14.671Z] [SHUTDOWN] Calling app.exit(0)