Skip to content

Commit b3f0c2d

Browse files
authored
Log spec file that was not found (#44)
1 parent 6176fd2 commit b3f0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-validation-core/src/main/java/com/getyourguide/openapi/validation/core/OpenApiInteractionValidatorFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public OpenApiInteractionValidatorWrapper build(
3636

3737
var specOptional = loadOpenAPISpec(specificationFilePath);
3838
if (specOptional.isEmpty()) {
39-
log.info("OpenAPI spec file could not be found [validation disabled]");
39+
log.info("OpenAPI spec file `{}` could not be found [validation disabled]", specificationFilePath);
4040
return null;
4141
}
4242

0 commit comments

Comments
 (0)