swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
785 stars 531 forks source link

Turning off swagger-parser logs? #1861

Open Jolanrensen opened 1 year ago

Jolanrensen commented 1 year ago

As someone who isn't familiar with slf4j, I'm having a hard time finding how to stop swagger-parser from clogging my console with warning messages during my tests. Maybe you could add a small section in the README for how to do that. Personally, I tried to add a logback.xml and simplelogger.properties to my resources folder but neither seemed to work for me.