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
- Host: GitHub
- URL: https://github.com/systemd/journald-cat
- Owner: systemd
- Created: 2012-08-28T20:21:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T23:45:32.000Z (over 13 years ago)
- Last Synced: 2025-07-05T11:44:24.342Z (8 months ago)
- Language: Python
- Size: 105 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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