Skip to content

Commit

Permalink
fix: change level to Warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Sep 9, 2022
1 parent d31b934 commit 6809ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export async function setDefaults(cliArgs: UserProvidedArgs, configArgs?: Config
args.verbose = false
break
case LogLevel.Warn:
logger.level = Level.Warning
logger.level = Level.Warn
args.verbose = false
break
case LogLevel.Error:
Expand Down

0 comments on commit 6809ded

Please sign in to comment.