nebula icon indicating copy to clipboard operation
nebula copied to clipboard

300 MB Logfile in 2 Days

Open BananaAcid opened this issue 1 year ago • 3 comments

The BpInEx Logfile gets flodded with

[Warning:NebulaMultiplayerMod] Remote PlanetData.UpdateDirtyMesh: meshes[74] is null

As I am hosting it as a fully dedicated server (yes without steam client), parsing the logfile for getting currently connected users, the log got crazy long in a short time and would probably fill up the server in a short time.

Is it possible to reduce the log to stop logging repetitive messages?

image

BananaAcid avatar Sep 02 '24 21:09 BananaAcid

In BepInEx\config\BepInEx.cfg, set Enables writing log messages to disk option to false in [Logging.Disk]

I wonder which other mods will cause this warning

starfi5h avatar Sep 02 '24 23:09 starfi5h

it worked by removing the 'warning' keyword from the Disk section, but it does not work for the Terminal section

The other Dependency Mods do not log anything it seems - its all NebulaMod

BananaAcid avatar Sep 03 '24 02:09 BananaAcid

The other Dependency Mods do not log anything it seems - its all NebulaMod

Are you only running Nebula and its dependencies though, or other mods as well?

This log message is from Nebula but it could be caused by some other mod you have installed

PhantomGamers avatar Sep 03 '24 02:09 PhantomGamers

The warning log is removed in v0.9.10

starfi5h avatar Sep 12 '24 07:09 starfi5h