Skip to content

Commit

Permalink
fix(openapi): tone down logging statements
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Jul 24, 2024
1 parent 4e63756 commit 8ea14dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ private static Schema getSchemaFromContent(Content content) {
return null;
}
if (content.size() > 1) {
LOGGER.warn("Multiple schemas found, returning only the first one");
LOGGER.debug("Multiple schemas found, returning only the first one");
}
MediaType mediaType = content.values().iterator().next();
return mediaType.getSchema();
Expand Down

0 comments on commit 8ea14dc

Please sign in to comment.