November 2024
-
openapi-processor-spring/micronaut 2024.6
trace mapping lookup
the processor can now create a log of the mapping lookup. It may help to understand failing mappings.
It adds two new options to control the logging.
openapi-processor-mapping: v10
options:
package-name: # ...
map:
# ...
logging:
mapping: true
mapping-target: stdout
logging.mapping
enables the logging of the mapping lookups. mapping-target
set the output channel. Simplest is to use stdout
. The other possible value is logger
. See the logging documentation for a more detailed description.