feat(acs): print connection request user and password
This commit is contained in:
parent
413c03fcd6
commit
9b2a39b66b
|
|
@ -73,6 +73,8 @@ func NewConfig() *Config {
|
||||||
|
|
||||||
ctx := context.TODO()
|
ctx := context.TODO()
|
||||||
|
|
||||||
|
log.Printf("Connection Request User: %q and Password: %q", *connReqUser, *connReqPasswd)
|
||||||
|
|
||||||
return &Config{
|
return &Config{
|
||||||
Nats: Nats{
|
Nats: Nats{
|
||||||
Url: *natsUrl,
|
Url: *natsUrl,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user