TeamAOF / All-of-Fabric-7

Modpack containing the latest & best of Fabric on 1.20
35 stars 28 forks source link

[Bug Report]: Server log spam on macOS #266

Open rougeayrn opened 3 weeks ago

rougeayrn commented 3 weeks ago

Modpack Version

2.2.3

Describe your issue.

Config files are being repeatedly corrected every two seconds and dumping notifications into the console. Tested on an unmodified, completely fresh install of the server files.

Crash Report

No response

Latest Log

https://gist.github.com/rougeayrn/2fa1baec7ffcbe2d412f7e356a6b7441

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

SubordinalBlue commented 3 weeks ago

I saw that on 2.2.2, but not 2.2.3.

Oh, hang-on... I see you're an macOS. That 2.2.2 server I ran was on macOS too... I'll give it a test with 2.2.3.

SubordinalBlue commented 3 weeks ago

Can confirm, it's on macOS, not Windows.

Aside from the annoying log inflation, doesn't seem to affect the server performance, but still, will be looking for a fix.

For now, if you need to monitor the log, could filter it out by, in a different terminal, running tail -f <log file name> | grep -v " Incorrect key " If you need to issue commands, can always OP yourself and do so from in-game.

rougeayrn commented 3 weeks ago

Thank you for the log cleanup command and looking into it!