Skip to content

Commit

Permalink
Revert "Show full debug output for filesystem troubleshooting in GHA"
Browse files Browse the repository at this point in the history
This reverts commit 782343a.

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed May 24, 2024
1 parent 782343a commit 7a64f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RFS/src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Root level="debug">
<AppenderRef ref="Console"/>
</Root>
<!-- <Logger name="org.testcontainers" level="INFO"/>
<Logger name="org.testcontainers" level="INFO"/>
<Logger name="tc" level="INFO"/>
<Logger name="com.github.dockerjava" level="WARN"/>
<Logger name="com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire" level="OFF"/> -->
<Logger name="com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire" level="OFF"/>
</Loggers>
</Configuration>

0 comments on commit 7a64f93

Please sign in to comment.