From e6f2a1b6882a184f65121d358192f2f3ed17268e Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 11 Sep 2023 11:43:49 +0200 Subject: [PATCH] update troubelshooting --- documentation/troubleshooting.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/troubleshooting.txt b/documentation/troubleshooting.txt index bf4278d..145af9f 100644 --- a/documentation/troubleshooting.txt +++ b/documentation/troubleshooting.txt @@ -7,3 +7,11 @@ TO: const DEBUG = true; Alter it to false after your are done. Do not use this permanently since it displays unwanted and even sensitive information to everyone. + + +If you want to know the db queries: + +FROM: const QUERY_DEBUG = false; +TO: const QUERY_DEBUG = true; + +This writes the queries into the LOGFILE \ No newline at end of file -- 2.39.5