You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Can't get logging to work with SpringBoot's properties
Description
Desired Way:
I created a client using the Swagger-Gen using lang=java and library=feign. I got the Invoker, model and api packages and I'm trying to get the logging in the Interface as follows:
logging:
level:
platform.client.parkingplus.api.ServicoPagamentoTicket2Api: DEBUGfeign:
client:
config:
default:
loggerLevel: FULL
Wokaround
I could get it to work by creating a bean, but that's too evasive... I would not be able to change from SpringBoot's application.properties without a hack.
Description
Desired Way:
lang=java
andlibrary=feign
. I got the Invoker, model and api packages and I'm trying to get the logging in the Interface as follows:Wokaround
Swagger-codegen version
v2.4.17
Swagger declaration file content or url
Command line used for generation
Using the Maven Plugin
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
The text was updated successfully, but these errors were encountered: