Fixed that Apache FOP logged so many messages that Gradle crashed

This commit is contained in:
dankito 2024-11-26 21:39:00 +01:00
parent 3e401b1c00
commit 9257205a43
1 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,12 @@
<appender-ref ref="STDOUT"/>
</root>
<!-- Apache FOP will flood otherwise the log so that test run crashes -->
<logger name="org.apache.fop" level="INFO">
<appender-ref ref="STDOUT"/>
</logger>
<logger name="org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry" level="INFO">
<appender-ref ref="STDOUT"/>
</logger>
</configuration>