From 869d74723e0696d5a081b6146240fbc929414ce6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 27 May 2018 20:09:13 +0200 Subject: chore: Add project bootstrap --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000000..539662686a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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. + +[Stackdriver Logging]: https://cloud.google.com/logging/ -- cgit 1.4.1