openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
89 stars 27 forks source link

Turn up logging? #36

Open roddy opened 4 years ago

roddy commented 4 years ago

Is it possible to configure openapi3-generator to do more logging than simply printing out 'done!'?

I have a very large (but unfortunately proprietary) API spec that the generator is reporting as successfully having generated against, but the output directory is empty. Since the spec passes validation, I would like to try and figure out where the generator is going wrong but the only thing it's telling me is that my API has been successfully generated, and pointing to an empty folder.