TheXFactor117 / Levels

A small, Minecraft mod focused around the aspect of weapon and armor leveling.
GNU General Public License v2.0
24 stars 19 forks source link

console spam is insane #131

Open CrazyMonkeyMcgee opened 7 years ago

CrazyMonkeyMcgee commented 7 years ago

Every time I go to check on server logs >90% is just levels changing values. Is there really a reason that levels needs to print every time something changes?

TheXFactor117 commented 7 years ago

Nope, they are for my purposes. I'll clean it up once I verify everything is working properly.

CrazyMonkeyMcgee commented 7 years ago

Thanks for the quick reply. It just makes it hard to diagnose conflicts and help players when my logs are filled with levels levels levels.

curscascis commented 7 years ago

Hey xFactor, would you be able to point where in the code the logging is being triggered. I'm on version 1.10.2 r1.2.8 but I'd like to remove the logging and rebuild it so that I can have clean logs on my server. I was looking but I'm not too certain where exactly it is. It seemed like it was in the level up but I'm unsure.

mkrtes commented 7 years ago

I have it too terribly annoying

TheXFactor117 commented 7 years ago

Anywhere that says Levels.LOGGER is an output. That's my fault for not removing them, sorry about that.