From c2bd5fc8f0a10fefee6db80c1eeeb470e9b0e302 Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Tue, 1 Oct 2019 19:48:51 +0200 Subject: [PATCH] Add github.com/cabify/logrusiowriter (#2750) github.com/cabify/logrusiowriter is an `io.Writer` implementation that used `logrus` logger as output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbfa3777..0d2af2bf 100644 --- a/README.md +++ b/README.md @@ -958,6 +958,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [logmatic](https://github.com/borderstech/logmatic) - Colorized logger for Golang with dynamic log level configuration. * [logo](https://github.com/mbndr/logo) - Golang logger to different configurable writers. * [logrus](https://github.com/Sirupsen/logrus) - Structured logger for Go. +* [logrusiowriter](https://github.com/cabify/logrusiowriter) - `io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. * [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). * [logutils](https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger. * [logxi](https://github.com/mgutz/logxi) - 12-factor app logger that is fast and makes you happy.