Skip to content

Commit

Permalink
Merge pull request #111 from NASA-PDS/quiet_log_message
Browse files Browse the repository at this point in the history
Quiet logs end users do not care about
  • Loading branch information
tloubrieu-jpl authored Dec 11, 2024
2 parents 8bf8a58 + f77d8dd commit 1b42072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void updateSchema(Set<String> fields, Map<String, String> xsds) throws Ex
if(newFields != null)
{
schemaDao.updateSchema(newFields);
log.info("Updated " + newFields.size() + " fields in OpenSearch mapping for index " + this.index);
log.debug("Updated " + newFields.size() + " fields in OpenSearch mapping for index " + this.index);
}
}
}
Expand Down

0 comments on commit 1b42072

Please sign in to comment.