From 3b5b05567142be0631ea357f267414c80822f13c Mon Sep 17 00:00:00 2001 From: Mario Kostelac Date: Mon, 27 Apr 2015 20:03:48 +0100 Subject: [PATCH 1/2] add logrus as a standalone lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a43fa27..eb758d69 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. * [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas writen in golang. * [logex](https://github.com/go-logex/logex) - An golang log lib, supports tracking and level, wrap by standard log lib +* [logrus](https://github.com/sebest/logrus) - a structured logger for Go. * [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). * [logxi](https://github.com/mgutz/logxi) - A 12-factor app logger that is fast and makes you happy. * [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. From 4c8ff8fd6b781f6993f407f147b8bb00554367db Mon Sep 17 00:00:00 2001 From: Mario Kostelac Date: Mon, 27 Apr 2015 20:17:47 +0100 Subject: [PATCH 2/2] fix link to original repo (instead of fork) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb758d69..7e61ae9c 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. * [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas writen in golang. * [logex](https://github.com/go-logex/logex) - An golang log lib, supports tracking and level, wrap by standard log lib -* [logrus](https://github.com/sebest/logrus) - a structured logger for Go. +* [logrus](https://github.com/Sirupsen/logrus) - a structured logger for Go. * [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). * [logxi](https://github.com/mgutz/logxi) - A 12-factor app logger that is fast and makes you happy. * [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser.