Suggestion: Filter data when logging
XXY233 opened this issue ยท 2 comments
In some survival type Minecraft servers, players usually build farms, which will cause a lot of useless duplicate data to be logged in the coreprotect database.
Maybe there could be a blacklist? Data that meets the conditions will not be logged, for example: user:player action:kill include:wither_skeleton
My server uses Slimefun, which has a Woodcutter Android in it, and he chops down trees repeatedly, which also causes database bloat. Maybe use a blacklist to reduce data logging: user:#dispenser
Things like blacklisting also prevent junk data issues from iron golem farms and cobblestone generator with wither and something that produces a lot of duplicate data.
You can already blacklist, see: https://docs.coreprotect.net/config/
You can already blacklist, see: https://docs.coreprotect.net/config/
Thanks, this is awesome!