You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
This day i noticed my server was stumbling on the backup of the MS logs directory. It seems that there is an enormous amount of files within it. I am as of right now rm -r-ing the directory and i can see the size slowly shrinking.
from 3883405 Dec 18 23:02 logs
to 3409932 Dec 18 23:06 logs
When restarting the removal inbetween checking that the size is actually going down i got these errors:
rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648568.log': No such file or directory rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648514.log': No such file or directory rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648966.log': No such file or directory
x1000's
This was due to a bug in the underlying logging library related to how daylight savings time was handled (first reported here, and another user affected here). It affected European users first (DST on Oct 26) and was fixed in 0.8.7 before American DST.
The bug is fixed at this time and you can safely delete all the log files. Sorry for the inconvenience it caused!
Please check existing knowledge before opening an issue
Describe the Bug
Hi
This day i noticed my server was stumbling on the backup of the MS logs directory. It seems that there is an enormous amount of files within it. I am as of right now
rm -r
-ing the directory and i can see the size slowly shrinking.from
3883405 Dec 18 23:02 logs
to
3409932 Dec 18 23:06 logs
When restarting the removal inbetween checking that the size is actually going down i got these errors:
rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648568.log': No such file or directory rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648514.log': No such file or directory rm: cannot remove '/multi-scrobbler/config/logs/scrobble-2024-10-26.648966.log': No such file or directory
x1000's
My config is as follows:
{ "debugMode": false, "disableWeb": false, "logging": { "file": false }, "sourceDefaults": { "maxPollRetries": 1, "maxRequestRetries": 1, "retryMultiplier": 1.5, "scrobbleThresholds": { "duration": 30, "percent": 30 }, "options": { "logPayload": false, "logFilterFailure": "warn", "logPlayerState": false } }, "clientDefaults": { "maxRequestRetries": 1, "retryMultiplier": 1.5 } }
Platform
Docker
Versions
Logs
Additional Context
No response
The text was updated successfully, but these errors were encountered: