From 25f2595cf7bdd268990b9cd2d9d7a9d985c9335c Mon Sep 17 00:00:00 2001 From: kku Date: Mon, 10 Feb 2025 10:21:16 +0100 Subject: [PATCH] Added a note about a debug setting --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f0e3165..defb708 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,13 @@ Which one should I choose? > Performance difference between Redis and Memcached is generally quite low, so your setup > should normally depend more on the configuration flexibility than on raw speed. +## Debugging + +There's a config key `debug` that can be set to `true` for debugging purposes. + +It should be set to `false` in production, otherwise log becomes very verbose and might +contain data that shouldn't normally be logged. + ## Docker [Experimental] As an experiment, Docker deployment option has been added.