Open bjaglin opened 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.
protoc
protoc-jar
System.out
See https://github.com/thesamet/sbt-protoc/pull/121#discussion_r344465994 for where/why it would be beneficial.
Yes good point. But it may require a larger refactoring, the options are getting a bit out of hand..
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 toSystem.out
.See https://github.com/thesamet/sbt-protoc/pull/121#discussion_r344465994 for where/why it would be beneficial.