mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
support adjusting general logger level
This commit is contained in:
@@ -56,6 +56,11 @@ public class ScenarioLogger {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ScenarioLogger setLevel(Level level) {
|
||||
this.logLevel = level;
|
||||
return this;
|
||||
}
|
||||
|
||||
public ScenarioLogger setLevel(String levelname) {
|
||||
this.logLevel = Level.toLevel(levelname);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user