Skip to content

Commit

Permalink
Update log level from fatal to error to fix cli download and start (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Apr 29, 2024
1 parent dfbe3b6 commit 4d7946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/temporal-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createTemporalServer = async ({
port = 7233,
uiPort = port + 1000,
path = localCLIPath,
logLevel = 'fatal',
logLevel = 'error',
codecEndpoint,
headless = false,
}: TemporalServerOptions = {}) => {
Expand Down

0 comments on commit 4d7946d

Please sign in to comment.