Fixed that Apache FOP logged so many messages that Gradle crashed
This commit is contained in:
parent
3e401b1c00
commit
9257205a43
|
@ -21,4 +21,12 @@
|
||||||
<appender-ref ref="STDOUT"/>
|
<appender-ref ref="STDOUT"/>
|
||||||
</root>
|
</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>
|
</configuration>
|
Loading…
Reference in New Issue