Skip to content

Commit

Permalink
Launch server with stdout logging option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Feb 21, 2025
1 parent b7c844b commit 0ef95d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main-process/comfyServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': '',
};
}

Expand Down

0 comments on commit 0ef95d9

Please sign in to comment.