MineColonies

MineColonies

53M Downloads

[1.14.4] Server console spam when users are logged onto server

KajesLorian opened this issue ยท 6 comments

commented

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

  1. Start Server
  2. Log onto Server
  3. ???
  4. Notice server spam

Logs:

commented

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

commented

[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.

commented

Is there a way to turn off the log message, since your mod puts the message there?

commented

@KajesLorian As said,
We're not causing it.

commented

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.

commented

Nono, you're correct, we do put the message in.
I was saying that the other message isn't ours.
No there's not a way to disable it, and either way it's useful for us during debug