Skip to content

Commit

Permalink
RATIS-915. Improve output of tests (apache#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored and symious committed Jan 25, 2024
1 parent 450fe02 commit 24a52d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -669,6 +669,7 @@
<configuration>
<failIfNoTests>false</failIfNoTests>
<reuseForks>false</reuseForks>
<trimStackTrace>false</trimStackTrace>
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
<argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</argLine>
<systemPropertyVariables>
Expand Down
2 changes: 1 addition & 1 deletion ratis-test/src/test/resources/log4j.properties
Expand Up @@ -15,4 +15,4 @@ log4j.rootLogger=info,stdout
log4j.threshold=ALL
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2} (%F:%M(%L)) - %m%n

0 comments on commit 24a52d3

Please sign in to comment.