Skip to content

Commit f96aeff

Browse files
committed
Merge pull request #1262 from lugaru1234/issue1175
Fixes #1175: logging level has been changed to DEBUG
2 parents 42056f2 + 183a6fc commit f96aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public static Processor fromType(String type, String format) {
566566
return item;
567567
}
568568
}
569-
LOGGER.error("no property for " + type + ", " + format);
569+
LOGGER.debug("no property for " + type + ", " + format);
570570
return null;
571571
}
572572

0 commit comments

Comments
 (0)