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 f80b9e6 commit 65d272cCopy full SHA for 65d272c
pkg/cluster/cluster.go
@@ -1432,8 +1432,6 @@ func (c *Cluster) initSystemUsers() error {
1432
Flags: []string{constants.RoleFlagLogin},
1433
Password: util.RandomPassword(constants.PasswordLength),
1434
}
1435
- c.logger.Debugf("Create cpo_monitoring user with password: %s",
1436
- MonitoringUser.Password)
1437
1438
if _, exists := c.systemUsers[constants.MonitoringUserKeyName]; !exists {
1439
c.systemUsers[constants.MonitoringUserKeyName] = MonitoringUser
0 commit comments