Skip to content

Commit

Permalink
Update cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends…
Browse files Browse the repository at this point in the history
…/mongo/MongoBackendImpl.java

Co-authored-by: Fermín Galán Márquez <[email protected]>
  • Loading branch information
AlvaroVega and fgalan authored Oct 17, 2023
1 parent fbad06f commit ec0e2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void createIndex(MongoDatabase db, String collectionName, BasicDBObject k
db.getCollection(collectionName).dropIndex(options.getName());
createIndex(db, collectionName, keys, options);
} else {
LOGGER.info("Error in collection " + collectionName + " creating index ex=" + e.getMessage());
LOGGER.warn("Error in collection " + collectionName + " creating index ex=" + e.getMessage());
}
} // try catch
} // createIndex
Expand Down

0 comments on commit ec0e2d1

Please sign in to comment.