formatter for logstash (http://logstash.net)

This commit is contained in:
Alexander Demidov
2015-02-20 21:52:53 +06:00
parent 6dcec6ed3b
commit e15d51fef3
2 changed files with 48 additions and 0 deletions
+1
View File
@@ -321,6 +321,7 @@ The built-in logging formatters are:
field to `true`. To force no colored output even if there is a TTY set the
`DisableColors` field to `true`
* `logrus.JSONFormatter`. Logs fields as JSON.
* `logrus.LogstashFormatter`. Logs fields as Logstash Events (http://logstash.net).
Third party logging formatters: