Filter out log spam

I am running the Prominence 2 modpack, everything is working, but I always get log spam with this:

[19:01:07] [Netty Epoll Server IO #1/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:02:09] [Netty Epoll Server IO #2/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:03:11] [Netty Epoll Server IO #3/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:04:13] [Netty Epoll Server IO #4/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:05:15] [Netty Epoll Server IO #5/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:06:17] [Netty Epoll Server IO #6/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:07:19] [Netty Epoll Server IO #7/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null
[19:08:21] [Netty Epoll Server IO #9/ERROR]: Exception occurred in netty pipeline
io.netty.handler.timeout.ReadTimeoutException: null


I am using logbegone mod to try to fix it, but I cant get it to work.

I have tried to change the config to get it work but Its not working. This is the current config:

# The configuration file for Log Begone

[logbegone]
# If a log message has one of these phrases, it will be filtered out from logging
phrases = ["the_aether", "########## GL ERROR ##########", "@ Pre render", "65539: Invalid key -1", "@ Render"]

# If a log message matches one of these regex patterns, it will be filtered out from logging. EX:
regex = ["Exception occurred in netty pipeline","io\\.netty\\.handler\\.timeout\\.ReadTimeoutException: null"]
Was this page helpful?