Skip to content

Commit 1198e78

Browse files
author
jmccormick2001
committed
remove password from being printed out in debug log
1 parent 8ff61fa commit 1198e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func ExecPolicy(clientset *kubernetes.Clientset, restclient *rest.RESTClient, na
5454
}
5555

5656
//lastly, run the psql script
57-
log.Debugf("running psql password=%s ip=%s sql=[%s]", password, service.Spec.ClusterIP, sqlString)
57+
log.Debugf("running psql ip=%s sql=[%s]", service.Spec.ClusterIP, sqlString)
5858
err = RunPsql(password, service.Spec.ClusterIP, sqlString)
5959
if err != nil {
6060
return err

0 commit comments

Comments
 (0)