What Are They Up To (Watut)

What Are They Up To (Watut)

40M Downloads

Log spam on latest update (for 1.20.1 - version 1.2.1 of mod)

GeekyBakerBen opened this issue ยท 1 comments

commented

Describe the bug
Both local client log and multiplayer server log are spamming STDOUT to the logs every time an inventory interaction occurs. Used BadStdOut to reveal this log entry:
"[14:57:30] [Server thread/INFO]: [com.corosus.watut.PlayerStatusManagerServer] to container
[14:57:32] [Server thread/INFO]: [com.corosus.watut.PlayerStatusManagerServer] to player"
showing that it is WATUT causing this. To my understanding STDOUT usually occurs when some debug messages are left switched on?

This only started happening after I updated to 1.2.1 today.

To Reproduce
Steps to reproduce the behavior:

  1. Update to the latest 1.2.1 version of the mod. My minecraft is on 1.20.1 Fabric
  2. Open inventory and move a few items around, craft/change some items, general inventory interactions
  3. Logs show either an STDOUT (without a mod to reveal the actual cause), or the message above.

Expected behavior
No log spam

Screenshots
Image

Mod and Minecraft version:
Without this your issue will likely get closed for lacking enough info.

  • Minecraft Version: Fabric 1.20.1
  • Mod version 1.2.1
commented

Nice catch, fixed 27a0275