From 8f351602ef634b5034207c1b064e37db5df943dd Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Wed, 30 Mar 2016 14:14:23 -0500 Subject: [PATCH] Clarify that 2-tuple not support in prior releases --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32bb6c1..7267e6b 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,9 @@ to `debug` as in the last file backend example. The `traces` keyword works on alternative sinks too but the same limitations and caveats noted above apply. +**IMPORTANT**: You **must** define a severity level in all lager releases +up to and including 3.1.0 or previous. The 2-tuple form wasn't added until +3.2.0. Setting the truncation limit at compile-time --------------------------------------------