mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Reorder for logger setup first
This commit is contained in:
parent
b03d95051a
commit
9b9f1a484b
@ -79,9 +79,9 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
|
|||||||
private static final String version;
|
private static final String version;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
version = new VersionInfo().getVersion();
|
|
||||||
loggerConfig = new NBLoggerConfig();
|
loggerConfig = new NBLoggerConfig();
|
||||||
ConfigurationFactory.setConfigurationFactory(NBCLI.loggerConfig);
|
ConfigurationFactory.setConfigurationFactory(NBCLI.loggerConfig);
|
||||||
|
version = new VersionInfo().getVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
private final String commandName;
|
private final String commandName;
|
||||||
|
Loading…
Reference in New Issue
Block a user