Migrated logs to my implementation
This commit is contained in:
parent
7c24f570de
commit
9306a1f715
1 changed files with 2 additions and 2 deletions
|
@ -360,8 +360,8 @@ public class NlpUtils {
|
|||
bulkOperations.add(new UpdateOneModel<>(updateFilter, update));
|
||||
}
|
||||
if (!bulkOperations.isEmpty()) {
|
||||
System.out.println("Processing of " + bulkOperations.size() + " documents finished");
|
||||
System.out.println("uploading...");
|
||||
Logger.debug("Processing of " + bulkOperations.size() + " documents finished");
|
||||
Logger.debug("uploading...");
|
||||
mongoDBHandler.bulkWriteNlpData(bulkOperations);
|
||||
Logger.debug("Bulk write completed for " + bulkOperations.size() + " documents.");
|
||||
mongoDBHandler.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue