Log Begone

Log Begone

30M Downloads

Doesn't seem to work

meemkade opened this issue ยท 0 comments

commented

I got this mod to remove the RCON messages in my console every time a rcon connection was made to my server, but it seems like this mod doesn't work, or I'm not doing something correctly due to the lack of instructions or any sort of documentation.

Here is my configuration:
{
"logbegone": {
"phrases": [
"Disconnecting VANILLA connection attempt",
"Channels "
],
"regex": [
"Disconnecting VANILLA connection attempt",
"Channels ",
"[\d{2}:\d{2}:\d{2}] [RCON Client /(\d+.\d+.\d+.\d+) #\d+/INFO] (Minecraft) Thread RCON Client /(\d+.\d+.\d+.\d+) shutting down"
]
}
}
I am on 1.21.1 Fabric, using the latest version of the mod.
I have tried multiple regex expressions to remove any trace of the RCON logging, and none of them worked, despite me restarting the server multiple times.
The current regex in my configuration above is what I last tried, and that didnt work.