SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Suppress multiplayer debug output

Pathoschild opened this issue ยท 2 comments

commented

The game writes a large number of debug messages like this:

DebugOutput: Ping: 1.59673ms

Suppress those messages unless SMAPI is in verbose mode.

commented

One debug message that SMAPI may also want to filter out is of the form

DebugOutput: playerPos: {X:433 Y:622}, mousePos: 292, 379

This gets written to the console every update tick that the player's mouse moves when they're aiming with a slingshot.

commented

Both done in develop for the next SMAPI 2.6 beta.