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 6583684 commit fb20e20Copy full SHA for fb20e20
common/cliutils/utils.go
@@ -217,6 +217,7 @@ func CreateServerDetailsWithConfigOffer(createServerDetails func() (*config.Serv
217
if err != nil {
218
return nil, err
219
}
220
+ log.Debug(fmt.Sprintf("Using <%s> server-id configuration", confDetails.ServerId))
221
222
// Take insecureTls value from options since it is not saved in config.
223
confDetails.InsecureTls = details.InsecureTls
0 commit comments