Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Redirect test output to file (reduces noise)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Feb 27, 2014
1 parent 8d38557 commit 363bd0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions loggly/pom.xml
Expand Up @@ -26,6 +26,10 @@
<name>Logback Extensions :: Loggly</name>
<packaging>jar</packaging>

<properties>
<!-- redirect test output to a file in order to reduce noise -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>

<dependencies>
<dependency>
Expand Down

0 comments on commit 363bd0c

Please sign in to comment.