Skip to content

Commit

Permalink
Merge pull request #45 from NationalSecurityAgency/task/updateLogMess…
Browse files Browse the repository at this point in the history
…ages

Updating log message for empty reverse mapping
  • Loading branch information
hlgp authored Oct 29, 2024
2 parents 60cf2ef + 849cc5d commit 6169ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/datawave/query/util/MetadataHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public QueryModel getQueryModel(String modelTableName, String modelName, Collect
log.trace("empty query model for {}", this);
}
if ("DatawaveMetadata".equals(modelTableName)) {
log.error("Query Model should not be empty...");
log.warn("Query Model {} has no reverse mappings", modelName);
}
}

Expand Down

0 comments on commit 6169ce3

Please sign in to comment.