log entries too many
SciMuse opened this issue ยท 0 comments
forgelin 1.7.2
forge .2707
mc 1.12.2
log file is getting spammed with a message for every single mod, item and block in my list of mods. it doesn't crash or seem to break anything but it bloats my console log which does seem to impact memory usage. the message is:
10:20:17 | net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber | main | warn | Could not determine owning mod for @EventBusSubscriber on crazypants.enderio.base.item.spawner.BrokenSpawnerHandler for mod enderioconduitsappliedenergistics |
---|
everything after EventBusSubscriber changes but the stuff before it is always the same. I am getting thousands of these lines, 1 for every item that is in a mod. it seems to include things that aren't being actively used as well. Anyhow, there is no config file or folder for this mod so I can't just turn off the console comments. Thanks.