Skip to content

Commit

Permalink
set default console level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmonroy committed Jan 15, 2019
1 parent 19195ba commit ee001fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/border/braccept/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func main() {
}

func realMain() int {
log.ConsoleLevel = "info"
log.AddLogConsFlags()
if err := checkFlags(); err != nil {
flag.Usage()
Expand Down

0 comments on commit ee001fa

Please sign in to comment.