Downgrade most info messages in benchmarks
[controller.git] / benchmark / dsbenchmark / src / main / java / org / opendaylight / dsbenchmark / DatastoreAbstractWriter.java
index ef4d04d8606d3a228263ef51dd3efa5e732a461f..fafcaad9ac2b288c3b0d98b54ec86c077e753d79 100644 (file)
@@ -38,7 +38,7 @@ public abstract class DatastoreAbstractWriter {
         this.writesPerTx = writesPerTx;
         this.oper = oper;
         this.dataStore = dataStore;
-        LOG.info("DatastoreAbstractWriter created: {}", this);
+        LOG.debug("DatastoreAbstractWriter created: {}", this);
     }
 
     public abstract void createList();