Add burst filter

This commit is contained in:
Andrea Cavalli 2023-01-24 19:51:13 +01:00
parent 78d98b5b41
commit cbb70a07b3
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
<AsyncRoot 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="Async"/>
</AsyncRoot>