mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Have the broker log in UTC.
This commit is contained in:
parent
f2ee53e42e
commit
2242be7a55
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ func ipHandler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func init() {
|
||||
log.SetFlags(log.LstdFlags | log.LUTC)
|
||||
|
||||
ctx := NewBrokerContext()
|
||||
|
||||
go ctx.Broker()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue