-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathlog-config.xml
More file actions
10 lines (10 loc) · 627 Bytes
/
log-config.xml
File metadata and controls
10 lines (10 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<RegexFilter regex="Failed to verify signature on property.*|Profile contained invalid signature for textures property.*|Received passengers for unknown entity|Received passengers for unknown entity .*|Requested creation of existing team .*|Received packet for unknown team.*|Malformed signature encoding on property.*" onMatch="DENY" onMismatch="NEUTRAL"/>
<Loggers>
<Logger name="com.fix3dll.skyblockaddons" level="debug" />
<Root level="info">
<AppenderRef ref="SysOut"/>
</Root>
</Loggers>
</Configuration>