Valkyrien-Skies-2
Valkyrien-Skies-2 copied to clipboard
Console Spam makes it hard to identify the actual cause of issues
Mod Name
Any, as far as I know.
This issue occurs when only Valkyrien Skies, addons, and the mod I have specified are installed and no other mods
- [X] I have tested this issue and it occurs with only Valkyrien Skies, addons, and the mod I have specified
Minecraft Version
1.19
Mod Loader
Forge
Issue description
Basically, when an error occurs on the server, such as a ticking entity, or a lag spike from trying to generate a structure that times out, valkyrien will spam the console with "Too many frames in the physics frame queue" error.
Thing is, this prevents other messages from popping up, such as ones that might let me know if there is a ticking or hanging entity, and can make the problem hard to diagnose.
Issue reproduction
Cause a timeout on a server observe the log
Logs
No response
I also have this problem, starts lagging and then eventualy crashes, this happens when exploring, mostly. Or even visiting already generated locations.
I would say cat latest.log | grep -v "Too many frames in the physics frame queue"
. You can also specify the logging method using java -Dlog4j.configurationFile=logger/server.xml -jar server.jar
. At the same time, it shouldn't require such an esoteric workaround