mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-08-08 20:18:11 -05:00
explicitly enable stacktraces on any -v
This commit is contained in:
@@ -302,10 +302,12 @@ public class NBCLIOptions {
|
||||
break;
|
||||
case DASH_VV_DEBUG:
|
||||
consoleLevel = NBLogLevel.DEBUG;
|
||||
setWantsStackTraces(true);
|
||||
arglist.removeFirst();
|
||||
break;
|
||||
case DASH_VVV_TRACE:
|
||||
consoleLevel = NBLogLevel.TRACE;
|
||||
setWantsStackTraces(true);
|
||||
arglist.removeFirst();
|
||||
break;
|
||||
case ANNOTATE_EVENTS:
|
||||
|
||||
Reference in New Issue
Block a user