Skip to content

Commit

Permalink
sky should silence skynet log messages that aren't at least ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstmartin committed Sep 11, 2013
1 parent 024fe18 commit 80c7004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/sky/sky.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import (
var Config *skynet.ClientConfig

func main() {
log.SetLogLevel(log.ERROR)

var args []string
Config, args = skynet.GetClientConfigFromFlags(os.Args)
Config.MaxConnectionsToInstance = 10
Expand Down

0 comments on commit 80c7004

Please sign in to comment.