Hello there, I'm running RunnableOnService tests on the DirectRunner, with 'mvn clean verify' in runners/direct-java; and I'd like to add some logging to figure out what's going on in some failures. My question is:
1. Is there a way to run only a specific test with maven? 2. Is there extra configuration needed to collect logs written during the test (Specifically, logs written from PAssert) 3. If not, where should I look for these logs? A file? Stdout? Best! -P.
