Skip to content

Commit

Permalink
Log spec file that was not found (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos authored Oct 19, 2023
1 parent 6176fd2 commit b3f0c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public OpenApiInteractionValidatorWrapper build(

var specOptional = loadOpenAPISpec(specificationFilePath);
if (specOptional.isEmpty()) {
log.info("OpenAPI spec file could not be found [validation disabled]");
log.info("OpenAPI spec file `{}` could not be found [validation disabled]", specificationFilePath);
return null;
}

Expand Down

0 comments on commit b3f0c2d

Please sign in to comment.