Add burst filter

This commit is contained in:
Andrea Cavalli 2023-01-24 19:51:25 +01:00
parent a19b9d3598
commit a1a1a0c774

View File

@ -14,6 +14,8 @@
<Root level="DEBUG">
<filters>
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL"/>
<BurstFilter level="ERROR" rate="16" maxBurst="100"/>
<BurstFilter level="INFO" rate="8" maxBurst="50"/>
</filters>
<AppenderRef ref="LogToConsole"/>
</Root>