Skip to content

Commit

Permalink
update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed May 29, 2024
1 parent 5622d1b commit ef12b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public QueryEngine queryEngine(IAerospikeClient aerospikeClient,
log.debug("AerospikeDataSettings.queryMaxRecords: {}", queryMaxRecords);
queryEngine.setQueryMaxRecords(queryMaxRecords);
if (!settings.getDataSettings().isWriteSortedMaps()) {
log.debug("AerospikeDataSettings.writeSortedMaps is set to false, " +
log.info("AerospikeDataSettings.writeSortedMaps is set to false, " +
"Maps and POJOs will be written as unsorted Maps (decrease in performance compared with sorted Maps)");
}
return queryEngine;
Expand Down

0 comments on commit ef12b73

Please sign in to comment.