Description
I would like to add a JUnit rule which would dump the logs generated during the execution of a given test in case of a failure. That should help in troubleshooting the test failures on CI
The impl is modelled on similar impl but for remote logs done in SLING-4280.