From 68a2b575f1cb2939d572e0a5fdc17c25b7350794 Mon Sep 17 00:00:00 2001 From: Anton Fisher Date: Sat, 26 Jan 2019 14:16:28 -0800 Subject: [PATCH] Add nested-logrus-formatter to README.md Hi, I'd like to propose another one third-party formatter for logrus (https://github.com/antonfisher/nested-logrus-formatter). Thanks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3987310..a4796eb 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Third party logging formatters: * [`logstash`](https://github.com/bshuster-repo/logrus-logstash-hook). Logs fields as [Logstash](http://logstash.net) Events. * [`prefixed`](https://github.com/x-cray/logrus-prefixed-formatter). Displays log entry source along with alternative layout. * [`zalgo`](https://github.com/aybabtme/logzalgo). Invoking the P͉̫o̳̼̊w̖͈̰͎e̬͔̭͂r͚̼̹̲ ̫͓͉̳͈ō̠͕͖̚f̝͍̠ ͕̲̞͖͑Z̖̫̤̫ͪa͉̬͈̗l͖͎g̳̥o̰̥̅!̣͔̲̻͊̄ ̙̘̦̹̦. +* [`nested-logrus-formatter`](https://github.com/antonfisher/nested-logrus-formatter). Converts logrus fields to a nested structure. You can define your formatter by implementing the `Formatter` interface, requiring a `Format` method. `Format` takes an `*Entry`. `entry.Data` is a