Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Immense amount of logs #243

Closed
2 tasks done
circle3451 opened this issue Dec 18, 2024 · 1 comment
Closed
2 tasks done

bug: Immense amount of logs #243

circle3451 opened this issue Dec 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@circle3451
Copy link

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

  • Multi Scrobbler 0.8.8
  • Plex:latest
  • Maloja: 3.2.2

Logs

Cant acces the logs directory because my computer freezes

Additional Context

No response

@circle3451 circle3451 added the bug Something isn't working label Dec 18, 2024
@FoxxMD
Copy link
Owner

FoxxMD commented Dec 19, 2024

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!

@FoxxMD FoxxMD closed this as completed Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants