We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7ad59 commit 355016cCopy full SHA for 355016c
metafacture-json/src/main/java/org/metafacture/json/JsonValidator.java
@@ -131,7 +131,7 @@ private void initSchema(final String schemaUrl) {
131
.resolutionScope(baseFor(url.toString()));
132
}
133
catch (final IOException e) {
134
- LOG.info("Could not read as URL: {}, trying to load from class path", schemaUrl);
+ LOG.debug("Could not read as URL: {}, trying to load from class path", schemaUrl);
135
schemaLoader = schemaLoader.schemaClient(SchemaClient.classPathAwareClient())
136
.schemaJson(jsonFrom(getClass().getResourceAsStream(schemaUrl)))
137
.resolutionScope("classpath://" + baseFor(schemaUrl));
0 commit comments