From a329ab35e07f2688a094aef0947c6a2fb7b142cb Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sun, 2 Oct 2016 17:30:53 +0200 Subject: [PATCH] [DebugMode] Update description --- Debug-mode.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Debug-mode.md b/Debug-mode.md index 675b513..9d85c1f 100644 --- a/Debug-mode.md +++ b/Debug-mode.md @@ -1,3 +1,7 @@ -To enable debug mode (disabling cache and enabling error reporting), create an empty file named `DEBUG` in the root directory (next to `index.php`) +The debug mode enables error reporting and prevents loading data from the cache. The cache will still be written to disk! + +To enable debug mode, create an empty file named `DEBUG` in the root directory (next to `index.php`). + +You can limit the debug mode to certain clients by writing the IP addresses into the DEBUG file (one per line). **Notice:** The whitelist still applies! \ No newline at end of file