Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/5393
Change subject: IMPALA-4566: Set Kudu vlog level independently of Impala vlog ...................................................................... IMPALA-4566: Set Kudu vlog level independently of Impala vlog The Kudu client is currently configured with the same glog verbosity as the Impala glog verbosity level. The Kudu client logging is chatty, and while we often want to enable Impala vlog level 1, we probably don't need Kudu's logging above 0. This patch adds a flag --kudu_vlog which sets the Kudu client vlog level to the specified value, with 0 as the default. Change-Id: I59d431d93c9b4a21111109e59b9894e294d1977a --- M be/src/exec/kudu-util.cc 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/5393/1 -- To view, visit http://gerrit.cloudera.org:8080/5393 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I59d431d93c9b4a21111109e59b9894e294d1977a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <m...@cloudera.com>