Skip to content

Commit

Permalink
Set dd.prioritization.type=ENSURE_TRACE (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar authored Mar 23, 2021
1 parent a0c062b commit 721af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<threadCount>1</threadCount>
<parallel>classes</parallel>
-->
<argLine>-DloggerPath=conf/log4j.properties -Ddd.integration.junit.enabled=true -Ddd.prioritization.type=EnsureTrace -Ddd.jmxfetch.enabled=false -javaagent:${basedir}/target/dd-java-agent-${dd-java-agent-version}.jar ${argLine} -Xms512m -Xmx3500m -DsurefireForkNumber=${surefire.forkNumber}</argLine>
<argLine>-DloggerPath=conf/log4j.properties -Ddd.integration.junit.enabled=true -Ddd.prioritization.type=ENSURE_TRACE -Ddd.jmxfetch.enabled=false -javaagent:${basedir}/target/dd-java-agent-${dd-java-agent-version}.jar ${argLine} -Xms512m -Xmx3500m -DsurefireForkNumber=${surefire.forkNumber}</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 721af4b

Please sign in to comment.