Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: Filter db password in log ......................................................................
packaging: setup: Filter db password in log Change-Id: Ia795bf73f9f473225e73e90d3bbd0b03d92509ff Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/common_utils.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/49/27049/1 diff --git a/packaging/common_utils.py b/packaging/common_utils.py index fc8d0e1..993f430 100755 --- a/packaging/common_utils.py +++ b/packaging/common_utils.py @@ -1224,7 +1224,8 @@ execCmd( cmdList=cmd, - failOnError=True + failOnError=True, + maskList=[password], ) -- To view, visit http://gerrit.ovirt.org/27049 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia795bf73f9f473225e73e90d3bbd0b03d92509ff Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: ovirt-3.3 Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
