summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-04-03 09:07:26 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-04-03 09:07:26 +0200
commit7fd154441d44ef6c8f9824ec1f44dc3c0c5367c0 (patch)
tree1794bf2f2079deae89732b0cc908b88aeb894509 /jdisc_http_service/pom.xml
parent86b9f146d0c653f3d08627ca5faca3ac3e12e890 (diff)
Set log level to INFO to avoid massive debug output.
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index a4f4ea6e88b..b58f72c0cc6 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -147,6 +147,9 @@
<configuration>
<testNGArtifactName>org.testng:testng</testNGArtifactName>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
+ <systemPropertyVariables>
+ <jdisc.logger.level>INFO</jdisc.logger.level>
+ </systemPropertyVariables>
</configuration>
<executions>
<execution>