From a60d0f7f8d79c8a890bcb69a4597eb5d188178f9 Mon Sep 17 00:00:00 2001 From: Grigory Zubankov Date: Tue, 5 Dec 2017 09:06:08 +0300 Subject: [PATCH] Add journald --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f58be9a1..487e5eec 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gologger](https://github.com/sadlil/gologger) - Simple easy to use log lib for go, logs in Colored Console, Simple Console, File or Elasticsearch. * [gomol](https://github.com/aphistic/gomol) - Multiple-output, structured logging for Go with extensible logging outputs. * [gone/log](https://github.com/One-com/gone/tree/master/log) - Fast, extendable, full-featured, std-lib source compatible log library. +* [journald](https://github.com/ssgreg/journald) - Go implementation of systemd Journal's native API for logging. * [log](https://github.com/apex/log) - Structured logging package for Go. * [log](https://github.com/go-playground/log) - Simple, configurable and scalable Structured Logging for Go. * [log](https://github.com/teris-io/log) - Structured log interface for Go cleanly separates logging facade from its implementation.