martin-g edited a comment on pull request #890: URL: https://github.com/apache/parquet-mr/pull/890#issuecomment-818532217
I have (maybe?!) a better solution: `mvn clean ... -Dorg.slf4j.simpleLogger.logFile=maven.log` This will write all the output to `./maven.log`. In combination with `travis_wait` and `after_failure` we could achieve what you wanted to do with `pv`. What do you think ? Another useful setting is `org.slf4j.simpleLogger.defaultLogLevel` if later we decide to reduce the logs to warns and errors. All settings could be found [here](http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
