No description
Find a file
Vincent Ambo 6793b25a67 feat(main): Implement receiver & flushing logic
The only thing missing for a 0.1 test run is the actual gRPC call to
Stackdriver.
2018-05-27 23:57:24 +02:00
src feat(main): Implement receiver & flushing logic 2018-05-27 23:57:24 +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(main): Implement receiver & flushing logic 2018-05-27 23:57:24 +02:00
Cargo.toml feat(main): Implement receiver & flushing logic 2018-05-27 23:57:24 +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.