Skip to content

Commit b1c3a4e

Browse files
committed
more log for init
1 parent d9a29cd commit b1c3a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coordinator/internal/controller/proxy/client_manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func buildPrivateKey(inputBytes []byte) (*ecdsa.PrivateKey, error) {
5454

5555
func NewClientManager(name string, cliCfg *config.ProxyClient, cfg *config.UpStream) (*ClientManager, error) {
5656

57+
log.Info("init client", "name", name, "upcfg", cfg.BaseUrl, "compatible mode", cfg.CompatibileMode)
5758
privKey, err := buildPrivateKey([]byte(cliCfg.Secret))
5859
if err != nil {
5960
return nil, err

0 commit comments

Comments
 (0)