Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

More efficient journal reading #3

Open
randomvariable opened this issue May 22, 2015 · 1 comment
Open

More efficient journal reading #3

randomvariable opened this issue May 22, 2015 · 1 comment
Milestone

Comments

@randomvariable
Copy link
Contributor

Implement journald reading directly via UNIX sockets instead of tailing journalctl.
May allow for using the journal directly as a queue.

https://github.com/coreos/go-systemd/blob/master/journal/send.go looks interesting in this regards.

@randomvariable randomvariable added this to the 1.0.0 milestone May 22, 2015
@randomvariable randomvariable changed the title Connect to journald via dbus More efficient journal reading May 22, 2015
@randomvariable
Copy link
Contributor Author

Reading via UNIX sockets is not recommended. Use libsystemd instead: http://www.freedesktop.org/software/systemd/man/sd-journal.html

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

No branches or pull requests

1 participant