Draco18s / ReasonableRealism

For 1.10!
Other
17 stars 8 forks source link

HardLib Log Spam (Issue With Charset?) #36

Open NormanNormalington opened 5 years ago

NormanNormalington commented 5 years ago

In an instance with only Expanded Industry (version 7.0.0a), Hard Lib (version 7) and Charset Lib (version 0.5.5.5) installed, this is what the latest.log file looks like: https://gist.github.com/NormanNormalington/d05397a5080b833144a9757a4df07f59

That's about 13MB, but in another modded instance I have it was more like 250MB, and not even done loading the pack yet. This specifically only happens when I have all 3 of these mods installed (using Forge 2759 on MC 1.12.2), it doesn't happen if Charset is removed, and it doesn't happen if Expanded Industry is removed.

Draco18s commented 5 years ago

Oh whoops, that was debug info I had used to track down an issue with recipes. Forgot to remove it. Thanks for the report.

Haggle1996 commented 5 years ago

I don't suppose there's a way to disable this logging? I have a log folder full of 500MB log files. :(

Draco18s commented 5 years ago

Currently: Recompile the mod yourself. My computer decided to kill itself shortly after my most recent move and do not have a dev workspace. Sorry. :(

These are the lines you'd have to remove: https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/RecipesUtils.java#L270 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/RecipesUtils.java#L291 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/RecipesUtils.java#L299 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/RecipesUtils.java#L304

Haggle1996 commented 5 years ago

Is there a donation link somewhere, where long time fans of your work can help with your workstation woes?

Draco18s commented 5 years ago

Haha, I don't really need funds, I have a job. Its time that I don't have any of. But if you want: https://www.paypal.me/draco18s

Haggle1996 commented 5 years ago

Happy holidays!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Draco18s notifications@github.com Sent: Tuesday, November 20, 2018 8:36 PM To: Draco18s/ReasonableRealism Cc: Haggle1996; Comment Subject: Re: [Draco18s/ReasonableRealism] HardLib Log Spam (Issue With Charset?) (#36)

Haha, I don't really need funds, I have a job. Its time that I don't have any of. But if you want: https://www.paypal.me/draco18s

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Draco18s/ReasonableRealism/issues/36#issuecomment-440518544, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALQtuLNvNZcyygJDND2oDGL6QMt2ArWMks5uxMpagaJpZM4W76mS.

Veovis-Muaddib commented 5 years ago

Created a pull request with the built jar attached.