Skip to content

Commit

Permalink
perf: improve performance of logs command
Browse files Browse the repository at this point in the history
The default value for the logger was specified to `fancy`
which has big impact on performace.
  • Loading branch information
10ko authored and thsig committed Jun 4, 2019
1 parent dd87372 commit 65afeef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garden-service/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const GLOBAL_OPTIONS = {
"env": new EnvironmentOption(),
"logger-type": new ChoicesParameter({
choices: [...LOGGER_TYPES],
defaultValue: DEFAULT_CLI_LOGGER_TYPE,
help: deline`
Set logger type:
fancy: updates log lines in-place when their status changes (e.g. when tasks complete),
Expand Down

0 comments on commit 65afeef

Please sign in to comment.