NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
844 stars 124 forks source link

300 MB Logfile in 2 Days #705

Closed BananaAcid closed 1 month ago

BananaAcid commented 2 months ago

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
starfi5h commented 2 months ago

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

BananaAcid commented 2 months ago

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

PhantomGamers commented 2 months ago

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

starfi5h commented 1 month ago

The warning log is removed in v0.9.10