From 0ef95d98230de2fd126869ba6889f1fa172a2365 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:15:18 +1100 Subject: [PATCH] Launch server with stdout logging option by default --- src/main-process/comfyServer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main-process/comfyServer.ts b/src/main-process/comfyServer.ts index 2ce3de95..bbd42920 100644 --- a/src/main-process/comfyServer.ts +++ b/src/main-process/comfyServer.ts @@ -88,6 +88,7 @@ export class ComfyServer implements HasTelemetry { 'front-end-root': this.webRootPath, 'base-directory': this.basePath, 'extra-model-paths-config': ComfyServerConfig.configPath, + 'log-stdout': '', }; }