Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only log pkg.Load after checking whether the operation is tagged (#655)
## Changes Small bugfix for the OpenAPI generator logging. The generator calls the `Load` method once per tag. That method iterates through all endpoints, skipping over the endpoints that are not tagged with the provided tag. Logging was done before checking this though, producing many extraneous logs. ## Tests Ran the generator against the CLI, producing far less noisy output.
- Loading branch information