mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
simplify logger naming for core systems
This commit is contained in:
@@ -35,7 +35,7 @@ import java.util.function.Supplier;
|
||||
* A default implementation of an Activity, suitable for building upon.
|
||||
*/
|
||||
public class SimpleActivity implements Activity, ProgressCapable {
|
||||
private final static Logger logger = LoggerFactory.getLogger(SimpleActivity.class);
|
||||
private final static Logger logger = LoggerFactory.getLogger("ACTIVITY");
|
||||
|
||||
protected ActivityDef activityDef;
|
||||
private final List<AutoCloseable> closeables = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user