From 160fa158344375cebbee0df3db5baad9488a791b Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Tue, 16 May 2017 22:05:57 -0700 Subject: [PATCH] Add zerolog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2749d03..6e91e39c 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [xlog](https://github.com/xfxdev/xlog) - Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format. * [xlog](https://github.com/rs/xlog) - A structured logger for `net/context` aware HTTP handlers with flexible dispatching. * [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. +* [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger. ## Machine Learning