mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Remind user of precise session log (#2091)
This commit is contained in:
parent
f59c4e1e17
commit
6c5bc8dcc1
@ -138,7 +138,8 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
|
||||
|
||||
final int result = NBCLIErrorHandler.handle(e, showStackTraces, NBCLI.version);
|
||||
// Commented for now, as the above handler should do everything needed.
|
||||
if (result != 0) System.err.println("Scenario stopped due to error. See logs for details.");
|
||||
if (result != 0) System.err.println("Scenario stopped due to error. See logs for details. Session log is '"+
|
||||
NBCLI.loggerConfig.getLogfileLocation()+"'");
|
||||
System.err.flush();
|
||||
System.out.flush();
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user