Does anyone have an idea to explain why this might have happened? I'm working on a large modpack, so maybe some mods are causing it. I can't even open the file, Notepad says it can't handle files that large

And if possible, is there a way to cap the log size/automatically clear logs/disable logging entirely just in case it happens again? This has been sitting on my pc for 2 weeks, i caught it by chance using Wiztree.

by PercalPPMC

4 Comments

  1. ComradeFox_ on

    the only thing I can think of is OpenGL errors. if there is one (for example, stack overflow, but it could be any error), OpenGL will print it to the log once per frame, not per tick, so likely more than 100 times per second if your PC is good. it prints 4 moderately long lines each time iirc, so that adds up quick, especially if the error is allowed to continue for a while. I would honestly recommend opening the log and seeing what’s in it tho.

    also uh. probably get rid of it if you haven’t already, cause it’s eating up about 250 gigabytes of space.

  2. Sad-Emu-5783 on

    I have no idea what the hell could’ve caused it, but you should try the mod “Log Begone” or it’s other unofficial ports for other mod loaders.

    It removes some unnecessary stuff from being recorded in logs.

  3. beaverusiv on

    Assuming you want to read it, there are ways of dealing with text files that don’t require opening them in an editor. It’s simple as on Linux, you’ll have to do a search for Windows. Something like “power shell split text file”