mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-23 09:16:37 -06:00
explicitly enable stacktraces on any -v
This commit is contained in:
parent
0ca86e33f4
commit
e8b06829c1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user