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
[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"]
# 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"]
3 Replies
Tamz
Tamz2mo ago
only add "Exception occurred in netty pipeline" in the phrases, not regex
Spector
SpectorOP2mo ago
It looks like that worked, but with that it will not show other netty pipeline errors?
Tamz
Tamz2mo ago
basically, but its only that error that shows up can confirm since I hosted one for a whiel

Did you find this page helpful?