chore: Add project bootstrap
This commit is contained in:
parent
44904c619e
commit
869d74723e
4 changed files with 176 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue