diff --git a/backend/services/acs/internal/config/config.go b/backend/services/acs/internal/config/config.go index 53a3431..e6e6325 100644 --- a/backend/services/acs/internal/config/config.go +++ b/backend/services/acs/internal/config/config.go @@ -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,