Skip to content

Commit

Permalink
main: set default log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Jun 19, 2019
1 parent e890f65 commit dbb26aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astral.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func main() {
logrus.SetLevel(logrus.ErrorLevel)
logrus.SetLevel(logrus.InfoLevel)
if err := cmd.Execute(); err != nil {
log.Fatalln(err)
}
Expand Down

0 comments on commit dbb26aa

Please sign in to comment.