Log pollution
billy4479 opened this issue · 4 comments
This mod writes a lot to stdout, "polluting" the logs.
[23:12:05] [Render thread/INFO]: [STDOUT]: UNINITIALIZED
[23:12:05] [Render thread/INFO]: [STDOUT]: 新任务
[23:12:05] [Render thread/INFO]: [STDOUT]: EXTENDED
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTING
[23:12:05] [Render thread/INFO]: [STDOUT]: RETRACTED
[23:12:06] [Render thread/INFO]: [STDOUT]: UNINITIALIZED
[23:12:06] [Render thread/INFO]: [STDOUT]: 新任务
[23:12:06] [Render thread/INFO]: [STDOUT]: EXTENDED
[23:12:06] [Render thread/INFO]: [STDOUT]: RETRACTING
Is it possible to disable this behavior in the releases?
Btw, this mod is amazing, thank you for creating it
Uhhh is this not the test build? I thought this was not in release, and I guess if it is it can be removed / toggled off
I download this version from the GitHub Release page. When I get home I'll test the curseforge build
This PR should resolve this issue: #33