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/text_formatter.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vendor/github.com/sirupsen/logrus/text_formatter.go') diff --git a/vendor/github.com/sirupsen/logrus/text_formatter.go b/vendor/github.com/sirupsen/logrus/text_formatter.go index 8fc698ad..be2c6efe 100644 --- a/vendor/github.com/sirupsen/logrus/text_formatter.go +++ b/vendor/github.com/sirupsen/logrus/text_formatter.go @@ -53,7 +53,10 @@ type TextFormatter struct { // the time passed since beginning of execution. FullTimestamp bool - // TimestampFormat to use for display when a full timestamp is printed + // TimestampFormat to use for display when a full timestamp is printed. + // 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 // The fields are sorted by default for a consistent output. For applications -- cgit v1.2.3