We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1134b25 commit b23448bCopy full SHA for b23448b
1 file changed
main.go
@@ -72,6 +72,7 @@ func main() {
72
proxy := NewSegmentReverseProxy(cdnURL, trackingAPIURL)
73
if *debug {
74
proxy = handlers.LoggingHandler(os.Stdout, proxy)
75
+ log.Printf("serving proxy at port %v\n", *port)
76
}
77
78
log.Fatal(http.ListenAndServe(":"+*port, proxy))
0 commit comments