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

https://github.com/systemd/journald-cat

Tool to take piped JSON and log the fields to the systemd journal
https://github.com/systemd/journald-cat

Last synced: 5 months ago
JSON representation

Tool to take piped JSON and log the fields to the systemd journal

Awesome Lists containing this project

README

          

journald-cat
============

Tool to take piped JSON and log the fields to the systemd journal.

Example
=======

echo '{"ONE": 2, "TWO": "str5", "MESSAGE": "Hello world!"}' | journald-cat

Authors
=======

* David Strauss
* Jerry Blakley