Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szaszm/sd-journal-util

cat systemd-journald journal
https://github.com/szaszm/sd-journal-util

systemd systemd-journal systemd-journald

Last synced: about 1 month ago
JSON representation

cat systemd-journald journal

Awesome Lists containing this project

README

        

# sd-journal-util

Make sure fmt is installed.

$ git clone [email protected]:szaszm/sd-journal-util.git
$ cd sd-journal-util/
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ bin/sd_journal_cat

# Licensing

This is under the Unlicense, which is basically a do-whatever-you-want license. The code was an early experimentation that led to the implementation of the ConsumeJournald processor in [MiNiFi C++](https://github.com/apache/nifi-minifi-cpp/blob/main/extensions/systemd/ConsumeJournald.cpp). If you want to reuse parts of that work, you can also choose to do so under the Unlicense as long as you can verify that the copyright of all of the parts you're using is mine. This is the case for the whole file at the time of writing this.