Merge pull request #340 from OktopUSP/autofix/alert-17-adf18faa00

Fix code scanning alert no. 17: Clear-text logging of sensitive information
This commit is contained in:
Leandro Antônio Farias Machado 2024-09-24 08:15:12 -03:00 committed by GitHub
commit 11db4b49a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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