From 38a6ff9215d472ce953bb9aa37b5327715c0f940 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Thu, 12 Feb 2015 17:48:26 +0000 Subject: [PATCH] readme: add note on stability to avoid confusion --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 973af3c..ef6501f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. [Godoc][godoc]. **Please note the Logrus API is not -yet stable (pre 1.0), the core API is unlikely to change much but please version -control your Logrus to make sure you aren't fetching latest `master` on every -build.** +yet stable (pre 1.0). Logrus itself is completely stable and has been used in +many large deployments. The core API is unlikely to change much but please +version control your Logrus to make sure you aren't fetching latest `master` on +every build.** Nicely color-coded in development (when a TTY is attached, otherwise just plain text):