Re: Logging in unit tests

2017-08-19 Thread Jörn Franke
Are you in Gradle or something similar for building ? > On 19. Aug 2017, at 11:58, Pascal Stammer wrote: > > Hi all, > > I am writing unit tests for my spark application. In the rest of the project > I am using log4j2.xml files to configure logging. Now I am running in

Logging in unit tests

2017-08-19 Thread Pascal Stammer
Hi all, I am writing unit tests for my spark application. In the rest of the project I am using log4j2.xml files to configure logging. Now I am running in some issues and need the full executor and driver logs but I can’t get logging working in my unit tests. Any hint how to configure the