[1.14.4] Server console spam when users are logged onto server
KajesLorian opened this issue ยท 6 comments
Minecolonies version
0.10.715-RELEASE
Version:
forge-1.14.4-28.2.0
Expected behavior
No repeated spam
Actual behaviour
Server console fills up with the following whenever a player logs onto the server:
[13Apr2020 02:03:16.231] [Server thread/WARN] [minecolonies/]: World unload
[13Apr2020 02:03:16.232] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (tent): All chunks are saved
[13Apr2020 02:03:16.273] [Server thread/WARN] [minecolonies/]: World load
Ad-infinitum
Steps to reproduce the problem
- Start Server
- Log onto Server
- ???
- Notice server spam
Logs:
- latest.log: https://gist.github.com/KajesLorian/804296311c1742863113f39b53dee078#file-latest-log
- crashlog: none
you've got some other issue when you have worlds unloaded/loaded that often :D minecolonies only receives the load event and puts that log message, we arent causing and world load/unload
[13Apr2020 01:35:55.576] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (tent): All chunks are saved
This is btw the vanilla messages in this regard. We're not causing it.
Is there a way to turn off the log message, since your mod puts the message there?
@KajesLorian As said,
We're not causing it.
Apologies, I misunderstood someaddons reply "minecolonies only receives the load event and puts that log message" as being a log minecolonies is putting in, implying minecolonies doesn't have to put the log in. Hence I I didn't ask for a fix 10 minutes ago, but rather if there was a way to stop said message. I'll look elsewhere.