From 21eb37e471c338a90f2e23c86106f7e49e2d1196 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 3 Apr 2021 19:16:46 +0200 Subject: Update vendor (#1446) * Update vendor * Use upstream emoji lib again --- vendor/github.com/sirupsen/logrus/json_formatter.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/github.com/sirupsen/logrus/json_formatter.go') diff --git a/vendor/github.com/sirupsen/logrus/json_formatter.go b/vendor/github.com/sirupsen/logrus/json_formatter.go index afaf0fc8..c96dc563 100644 --- a/vendor/github.com/sirupsen/logrus/json_formatter.go +++ b/vendor/github.com/sirupsen/logrus/json_formatter.go @@ -23,6 +23,9 @@ func (f FieldMap) resolve(key fieldKey) string { // JSONFormatter formats logs into parsable json type JSONFormatter struct { // TimestampFormat sets the format used for marshaling timestamps. + // The format to use is the same than for time.Format or time.Parse from the standard + // library. + // The standard Library already provides a set of predefined format. TimestampFormat string // DisableTimestamp allows disabling automatic timestamps in output -- cgit v1.2.3