Luca Frosini 7 years ago
parent 1650ed9e30
commit 8d9a9f59a7

@ -1,3 +1,4 @@
package org.gcube.accounting.insert.storage.plugin;
import java.util.Map;
@ -139,7 +140,7 @@ public class AccountingInsertStoragePlugin extends Plugin<AccountingInsertStorag
JsonDocument doc = JsonDocument.create(docId, content);
JsonDocument response = accountingBucket.upsert(doc);
logger.debug("AccountingInsertStoragePlugin: upsert doc:{}",doc.toString());
logger.debug("AccountingInsertStoragePlugin: upsert doc:{}. Response : {}",doc.toString(), response.toString());
Thread.sleep(timeWait);

Loading…
Cancel
Save