Illuminations ๐Ÿ”ฅ

Illuminations ๐Ÿ”ฅ

6M Downloads

Log spam

Fourmisain opened this issue ยท 3 comments

commented

A picture says more than a thousand words:
thatsalotofdamage
This goes on for over 8 pages, therefore I conclude that there are at least 8000 words being said.

commented

Jokes aside, you should probably make

logger.log(Level.INFO, "Retrieved data: "+playerData);

use debug level and also save the string concatenation:
logger.debug("Retrieved data: {}", playerData);

Let me know if you wanna know how to configure log4j2 (using a custom log4j2.xml, enabling debug level for certain loggers).

commented

Uh oh, I literally just added a quick log cause breakpoints would mess what I was trying to do, and forgot to remove it, as per usual haha... Thanks for pointing it out, it'll be removed next patch.

commented

Fixed in 1.6