diff --git a/modules/http_proxy_base.go b/modules/http_proxy_base.go index 6353aa84..70522657 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -246,6 +246,7 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc } func (p *HTTPProxy) httpWorker() error { + log.Info("Starting http worker.") p.isRunning = true return p.Server.ListenAndServe() }