Set default log level to Info (to match the comment).

This commit is contained in:
Alan Noble 2019-02-25 06:31:12 +00:00
parent 855dfbae01
commit 95303b4e71
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const (
progName = "revid-cli"
// Logging is set to INFO level.
defaultLogVerbosity = logger.Debug
defaultLogVerbosity = logger.Info
)
// Revid modes