We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a29cd commit b1c3a4eCopy full SHA for b1c3a4e
coordinator/internal/controller/proxy/client_manager.go
@@ -54,6 +54,7 @@ func buildPrivateKey(inputBytes []byte) (*ecdsa.PrivateKey, error) {
54
55
func NewClientManager(name string, cliCfg *config.ProxyClient, cfg *config.UpStream) (*ClientManager, error) {
56
57
+ log.Info("init client", "name", name, "upcfg", cfg.BaseUrl, "compatible mode", cfg.CompatibileMode)
58
privKey, err := buildPrivateKey([]byte(cliCfg.Secret))
59
if err != nil {
60
return nil, err
0 commit comments