From 645ab1dc5c0f481fc5ef4c0c8d627b58f33e8e6c Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Tue, 2 May 2017 16:13:03 -0400 Subject: [PATCH] Clarify remark about default LOG_LEVEL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b97f9..40e850c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Various log levels are supported: | ERROR | 1 | | FATAL | 0 | -The default logging level is INFO. +The default logging level is INFO (i.e., if you do not explicitly set the `LOG_LEVEL` environment variable, the value `LOG_LEVEL=3` is assumed by default). Next we define a couple of HTTP resources and a cache: