mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-23 09:16:37 -06:00
reduce logging output for integrated tests
This commit is contained in:
parent
fd8e871da5
commit
48055fe95f
@ -543,7 +543,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.3.1</version>
|
||||
<version>3.4.1</version>
|
||||
<configuration>
|
||||
<release>17</release>
|
||||
<doctitle>${javadoc.name}</doctitle>
|
||||
|
@ -21,7 +21,7 @@ activitydef = {
|
||||
"driver" : "diag",
|
||||
"cycles" : "50000",
|
||||
"threads" : "20",
|
||||
"op": '{"log":"interval=1000"}',
|
||||
"op": '{"log":"level=debug,interval=1000"}',
|
||||
"targetrate" : "10000.0"
|
||||
};
|
||||
scenario.start(activitydef);
|
||||
|
Loading…
Reference in New Issue
Block a user