feat(acs): print connection request user and password

This commit is contained in:
leandrofars 2024-07-02 12:11:37 -03:00
parent 413c03fcd6
commit 9b2a39b66b

View File

@ -73,6 +73,8 @@ func NewConfig() *Config {
ctx := context.TODO()
log.Printf("Connection Request User: %q and Password: %q", *connReqUser, *connReqPasswd)
return &Config{
Nats: Nats{
Url: *natsUrl,