mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
add log when listener is ready
This commit is contained in:
@@ -276,6 +276,7 @@ func (s *Server) ListenAndServe(ctx context.Context, addr string) (err error) {
|
|||||||
Handler: accessLog.Middleware(s.auth.Protect(s.proxy)),
|
Handler: accessLog.Middleware(s.auth.Protect(s.proxy)),
|
||||||
TLSConfig: tlsConfig,
|
TLSConfig: tlsConfig,
|
||||||
}
|
}
|
||||||
|
s.Logger.Debugf("starting listening on reverse proxy server address %s", addr)
|
||||||
return s.https.ListenAndServeTLS("", "")
|
return s.https.ListenAndServeTLS("", "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user