mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #210] Changing log formatting (systemd) #136
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @szygmunt on GitHub (Sep 14, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/210
I would like to ask if there is a possibility to modify the log formatting in
go-librespot, particularly when running it as a system service (e.g., viasystemd).When running
go-librespotas a system service, I noticed that the logs contain the timestamp twice—once in the log message itself and again fromjournalctl. This results in redundancy and reduces the readability of the logs.I have seen other users on forums also running
go-librespotas a system service, and I believe it would be a beneficial change to allow the log formatting to avoid duplicating the timestamp when it's handled bysystemd.