From b3d116c39e0a2b8202172be7569007ddbbf68971 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 10 Nov 2020 11:12:30 +0100 Subject: [PATCH] Document when dump_errors is enabled Close #1664 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07afea3632..5f5c7a4dd4 100644 --- a/README.md +++ b/README.md @@ -2293,7 +2293,7 @@ set :protection, :session => true
Encoding to assume if unknown (defaults to "utf-8").
dump_errors
-
Display errors in the log.
+
Display errors in the log. Enabled by default unless environment is "test".
environment