Dan Burkert has submitted this change and it was merged. Change subject: Combine redaction flag for log and flags into one. ......................................................................
Combine redaction flag for log and flags into one. This adds a new flag --redact to replace --redact_sensitive_flags and --log_redact_user_data. By default, --redact is enabled with 'all', which means both log and flag redaction is on. Change-Id: Ia49ae439824351df6c87291b0828173c69ab31b0 Reviewed-on: http://gerrit.cloudera.org:8080/6112 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/common/column_predicate-test.cc M src/kudu/common/partition-test.cc M src/kudu/common/scan_spec-test.cc M src/kudu/common/types-test.cc M src/kudu/integration-tests/external_mini_cluster.cc M src/kudu/server/default-path-handlers.cc M src/kudu/tools/tool_main.cc M src/kudu/util/flag_tags-test.cc M src/kudu/util/flag_tags.h M src/kudu/util/flags-test.cc M src/kudu/util/flags.cc M src/kudu/util/flags.h M src/kudu/util/jsonwriter-test.cc M src/kudu/util/logging.cc M src/kudu/util/logging.h M src/kudu/util/pb_util-test.cc M src/kudu/util/test_util.cc 17 files changed, 100 insertions(+), 52 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6112 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia49ae439824351df6c87291b0828173c69ab31b0 Gerrit-PatchSet: 18 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
