mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-27 09:11:08 -06:00
logging name improvements
This commit is contained in:
parent
fca986e15a
commit
8707ccceb9
@ -32,7 +32,7 @@ import java.util.Set;
|
||||
|
||||
public class ActivityProgressIndicator implements Runnable {
|
||||
|
||||
private final static Logger logger = LogManager.getLogger(ActivityProgressIndicator.class);
|
||||
private final static Logger logger = LogManager.getLogger("PROGRESS");
|
||||
private final String indicatorSpec;
|
||||
private final ScenarioController sc;
|
||||
private PeriodicRunnable<ActivityProgressIndicator> runnable;
|
||||
|
@ -26,7 +26,7 @@ import javax.script.ScriptException;
|
||||
*/
|
||||
public class ScenarioErrorHandler {
|
||||
|
||||
private final static Logger logger = LogManager.getLogger(ScenarioErrorHandler.class);
|
||||
private final static Logger logger = LogManager.getLogger("ERRORHANDLER");
|
||||
|
||||
public static String handle(Throwable t, boolean wantsStackTraces) {
|
||||
if (t instanceof ScriptException) {
|
||||
|
Loading…
Reference in New Issue
Block a user