Merge pull request #482 from chmllr/patch-1

Fixes typo
This commit is contained in:
Simon Eskildsen
2017-05-15 06:27:40 -04:00
committed by GitHub
+1 -1
View File
@@ -165,7 +165,7 @@ func main() {
#### Fields
Logrus encourages careful, structured logging though logging fields instead of
Logrus encourages careful, structured logging through logging fields instead of
long, unparseable error messages. For example, instead of: `log.Fatalf("Failed
to send event %s to topic %s with key %d")`, you should log the much more
discoverable: