Hydrophobia

Hydrophobia

414k Downloads

[1.0.4] Log Spam - The rain time is being logged on every world tick

TigerWalts opened this issue ยท 3 comments

commented

This is generating about 200MB of logfile an hour.

Here's the line of code doing it:

Hydrophobia.LOGGER.info(wi.getRainTime());

Maybe only log it every 500 ticks or so, if needed for debugging.

if (wi.getRainTime() % 500 == 0) {
    Hydrophobia.LOGGER.info(wi.getRainTime());
}
commented

I concur, seeing this with 1.0.4. as part of towncraft mod pack.

This also makes the server console unusable.

commented

Oops, left a debug line in. Fix incoming, and sorry for the mess ;)

commented

Update pushed to curseforge.