This is an automated email from the ASF dual-hosted git repository. busbey pushed a commit to branch 1.9 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/1.9 by this push: new bc1b55b Correct how Continuous Ingest specifies the debug log file (#651) bc1b55b is described below commit bc1b55b811ed763c99232975f7ed40509b28f3fb Author: Norbert Kalmar <nkal...@yahoo.com> AuthorDate: Tue Sep 18 13:10:12 2018 -0500 Correct how Continuous Ingest specifies the debug log file (#651) --- test/system/continuous/start-ingest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/continuous/start-ingest.sh b/test/system/continuous/start-ingest.sh index 8cc7d07..d692bf1 100755 --- a/test/system/continuous/start-ingest.sh +++ b/test/system/continuous/start-ingest.sh @@ -32,7 +32,7 @@ CONTINUOUS_CONF_DIR=${CONTINUOUS_CONF_DIR:-${bin}} DEBUG_OPT='' if [[ $DEBUG_INGEST == on ]] ; then - DEBUG_OPT="--debug $CONTINUOUS_LOG_DIR/\`date +%Y%m%d%H%M%S\`_\`hostname\`_ingest.log"; + DEBUG_OPT="--debugLog $CONTINUOUS_LOG_DIR/\`date +%Y%m%d%H%M%S\`_\`hostname\`_ingest.log"; fi VIS_OPT=''