Have the broker log in UTC.

This commit is contained in:
David Fifield 2017-07-14 20:07:50 -07:00
parent f2ee53e42e
commit 2242be7a55

View file

@ -227,6 +227,8 @@ func ipHandler(w http.ResponseWriter, r *http.Request) {
} }
func init() { func init() {
log.SetFlags(log.LstdFlags | log.LUTC)
ctx := NewBrokerContext() ctx := NewBrokerContext()
go ctx.Broker() go ctx.Broker()