AbrarSyed / SecretRoomsMod-forge

The official SecretRoomsMod repo
GNU Lesser General Public License v3.0
39 stars 34 forks source link

Console Log Messages #135

Closed hypnotizd closed 9 years ago

hypnotizd commented 9 years ago

Would it be possible to add a config option to remove the log message for ownership/dimension save? This message is sent to the console every minute for every dimension. This creates a lot of spam to go through when looking through the console logs. Thanks!

https://github.com/AbrarSyed/SecretRoomsMod-forge/blob/master/src/main/java/com/github/abrarsyed/secretroomsmod/common/OwnershipManager.java#L239

jjc54 commented 9 years ago

I am not sure if this is what is causing it, but every time the above would happen in the log, my FPS would drop from 60 to 20. I tried removing SecretRooms and it has stopped, steady 60 now. Could the frequent saving of ownership/dimension be doing this?

Jessassin commented 9 years ago

It's possible that it is causing performance issues, but that is not the issue here. I came here to report the same issue, it spams the console with messages over and over. It makes it a real pain to look through server logs with this nonsense: image

faraus commented 9 years ago

I'd love to get rid of those messages as well.

AbrarSyed commented 9 years ago

hah, forgot there was an issue for this. 1dd31837957c4131b87878fb057508b5fcf85aae go grab teh latest build from the download site.

faraus commented 9 years ago

TY much =)