Skip to content

Commit

Permalink
feat:make default log level to info
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Jul 14, 2024
1 parent 62c2ef6 commit f17d1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hildr-node/src/main/java/io/optimism/cli/Cli.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class Cli implements Runnable {

@Option(
names = "--log-level",
defaultValue = "DEBUG",
defaultValue = "INFO",
converter = LogLevelConverter.class,
description = "Log level")
Level logLevel;
Expand Down

0 comments on commit f17d1a3

Please sign in to comment.