Re: Log4j configuration JUnit vs. Scalatest in IntelliJ

2015-02-26 Thread Ufuk Celebi
On 25 Feb 2015, at 16:35, Till Rohrmann wrote: > The reason for this behaviour is the following: > > The log4j-test.properties is not a standard log4j properties file. It is > only used if it is explicitly given to the executing JVM by > -Dlog4j.configuration. The parent pom defines for the sur

Re: Log4j configuration JUnit vs. Scalatest in IntelliJ

2015-02-25 Thread Till Rohrmann
The reason for this behaviour is the following: The log4j-test.properties is not a standard log4j properties file. It is only used if it is explicitly given to the executing JVM by -Dlog4j.configuration. The parent pom defines for the surefire plugin a corresponding argument line with this option.