smallrye / smallrye-open-api

SmallRye implementation of Eclipse MicroProfile OpenAPI
Apache License 2.0
113 stars 87 forks source link

SROAP01001: Schema with zero references removed from #1890

Open Postremus opened 2 weeks ago

Postremus commented 2 weeks ago

I get a lot of messages like

2024-07-02 13:46:46,185 INFO  [io.sma.ope.api.util] (vert.x-eventloop-thread-3) SROAP01001: Schema with zero references removed from #/components/schemas:

when I activate the option mp.openapi.extensions.smallrye.remove-unused-schemas.enable. I believe that log message is mostly usefull for debugging purposes.

Can you please therefore change this message to debug level?

phillip-kruger commented 2 weeks ago

+1. Are you keen to provide a PR