tui: remove excessive debug logging from workspace creation flow to reduce terminal output noise

This commit is contained in:
Dax Raad
2026-04-26 19:33:18 -04:00
parent c68907ece2
commit e9071b0a80
2 changed files with 7 additions and 96 deletions

View File

@@ -101,7 +101,7 @@ const app = (upgrade: UpgradeWebSocket) =>
}),
)
const log = Log.Default.clone().tag("service", "server-proxy")
const log = Log.create({ service: "server-proxy" })
export async function http(url: string | URL, extra: HeadersInit | undefined, req: Request, workspaceID: WorkspaceID) {
if (!Workspace.isSyncing(workspaceID)) {