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

journalctl complains about too many messages from harbour-owncloud-daemon #52

Open
nephros opened this issue Dec 10, 2020 · 0 comments
Open

Comments

@nephros
Copy link

nephros commented Dec 10, 2020

Upon startup/trigger the journal complains about rate limiting:

Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:23:32 PGXperia10 harbour-owncloud-daemon[6772]: [W] Uploader::triggerSync:41 - Syncing already: "/home/nemo/Pictures"
Nov 21 12:25:35 PGXperia10 systemd-journal[684]: Suppressed 966 messages from /user.slice/user-100000.slice
-- Subject: Messages from a service have been suppressed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: man:journald.conf(5)
--
-- A service has logged too many messages within a time period. Messages
-- from the service have been dropped.
--
-- Note that only messages from the service in question have been
-- dropped, other services' messages are unaffected.
--
-- The limits controlling when messages are dropped may be configured
-- with RateLimitInterval= and RateLimitBurst= in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.

AFAICS there is one "Syncing Already" message per new file found.

I "fixed" it by doing:

/home/nemo$ systemctl --user edit harbour-owncloud-daemon.service

[Service]
Environment="QT_LOGGING_RULES='*.warning=false,*.debug=false'"

/home/nemo$ systemctl --user restart harbour-owncloud-daemon.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant