[log] filter out debug log by default

Signed-off-by: Leo Chen <leo@harmony.one>
pull/1136/head
Leo Chen 6 years ago
parent c361c4fe9f
commit 62569e5ce7
  1. 2
      cmd/harmony/main.go

@ -129,7 +129,7 @@ var (
accountIndex int
// logging verbosity
verbosity = flag.Int("verbosity", 5, "Logging verbosity: 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail (default: 5)")
verbosity = flag.Int("verbosity", 3, "Logging verbosity: 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail (default: 5)")
// dbDir is the database directory.
dbDir = flag.String("db_dir", "", "blockchain database directory")

Loading…
Cancel
Save