We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7894c66 commit 3607277Copy full SHA for 3607277
server/embedded/src/main/resources/log4j2.xml
@@ -220,6 +220,9 @@ account managers so that we can coordinate edits with other customized copies of
220
<!-- Suppress EHCache "maxElementsInMemory of 0" warnings, Issue 49593 -->
221
<Logger name="net.sf.ehcache.config.CacheConfiguration" level="error"/>
222
223
+ <!-- Suppress POI's PackageRelationshipCollection's "Cannot convert {} in a valid relationship URI" URISyntaxExceptions, Issue 51960 -->
224
+ <Logger name="org.apache.poi.openxml4j.opc.PackageRelationshipCollection" level="fatal"/>
225
+
226
<!-- this is a very verbose logger for security/permissions checking -->
227
<!--
228
<Logger name="org.labkey.api.security.SecurityManager" level="debug"/>
0 commit comments