[JAVA-13130] Logging cleanup

This commit is contained in:
Haroon Khan
2022-07-22 16:06:46 +01:00
parent d417062768
commit 604d65f2c8
3 changed files with 22 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
</encoder>
</appender>
<logger name="org.xacml4j.v30.XacmlPolicyTestSupport" level="warn">
<appender-ref ref="STDOUT" />
</logger>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>