From c86733fba06968ba6c5bd9f8ce45f253548517d5 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Tue, 11 Mar 2014 11:01:18 -0400 Subject: [PATCH] readme: add more motivation for fields --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1cad4..599e81a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ log.WithFields(logrus.Fields{ ``` We've found this API forces you to think about logging in a way that produces -much more useful logging messages. The `WithFields` call is optional. +much more useful logging messages. We've been in countless situations where just +a single added field to a log statement that was already there would've saved us +hours. The `WithFields` call is optional. In general, with Logrus using any of the `printf`-family functions should be seen as a hint you want to add a field, however, you can still use the