No description
Find a file
Vincent Ambo 2541d25fba feat(main): Emit output in chunks of max. 1000 records
Required by the Stackdriver API.
2018-06-05 15:24:03 +02:00
src feat(main): Emit output in chunks of max. 1000 records 2018-06-05 15:24:03 +02:00
.gitignore feat(journald): Implement initial libsystemd journal calls 2018-05-27 20:09:37 +02:00
build.rs feat(build): Configure linking to libsystemd 2018-05-27 20:09:20 +02:00
Cargo.lock feat(stackdriver): Add initial Stackdriver API type definitions 2018-05-28 22:24:32 +02:00
Cargo.toml feat(stackdriver): Add initial Stackdriver API type definitions 2018-05-28 22:24:32 +02:00
README.md chore: Add project bootstrap 2018-05-27 20:09:13 +02:00

journalDriver

This is a small daemon used to forward logs from journald (systemd's logging service) to Stackdriver Logging.

Most existing log services are written in inefficient dynamic languages with error-prone "cover every use-case" configuration. This tool aims to fit a specific use-case and fit it very well, instead of covering every possible logging setup.

More documentation is forthcoming.