Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #275 from resouer/add-streaming-log
Browse files Browse the repository at this point in the history
Add streaming server log for debug
  • Loading branch information
resouer committed Jan 12, 2018
2 parents 8157945 + f3db9ea commit 60b0a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/frakti/frakti.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ func getStreamingConfig(port string) *streaming.Config {
addr = *streamingServerAddress
}
config.Addr = fmt.Sprintf("%s:%s", addr, port)

glog.V(3).Infof("Streaming server is listening on: %v", config.Addr)
return config
}

0 comments on commit 60b0a7c

Please sign in to comment.