Skip to content

Commit

Permalink
Write application log to a separate log file when running system tests.
Browse files Browse the repository at this point in the history
Also fix log4j configuration so that it actually does something :-)
  • Loading branch information
testinfected committed May 23, 2012
1 parent 2810247 commit 37230eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions petstore-system-tests/pom.xml
Expand Up @@ -297,8 +297,9 @@
<hibernate.dialect>${test.hibernate.dialect}</hibernate.dialect>
<timeServer.host>${test.timeServer.host}</timeServer.host>
<timeServer.port>${test.timeServer.port}</timeServer.port>
<log4j.configuration>${project.basedir}/src/test/resources/log4j.xml</log4j.configuration>
</systemProperties>
<test.log.dir>${test.log.dir}</test.log.dir>
<test.log.file>petstore.log</test.log.file>
<log4j.configuration>file:${project.basedir}/src/test/resources/log4j.xml</log4j.configuration> </systemProperties>
</container>
<configuration>
<properties>
Expand Down

0 comments on commit 37230eb

Please sign in to comment.