os72 / protoc-jar

Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API
Apache License 2.0
137 stars 81 forks source link

Make it possible to intercept protoc-jar debug output #74

Open bjaglin opened 4 years ago

bjaglin commented 4 years ago

Even though there is a dedicated overload for capturing protoc stdout/stderr since https://github.com/os72/protoc-jar/pull/49, protoc-jar's own debug logs are still being dumped to System.out.

See https://github.com/thesamet/sbt-protoc/pull/121#discussion_r344465994 for where/why it would be beneficial.

os72 commented 4 years ago

Yes good point. But it may require a larger refactoring, the options are getting a bit out of hand..