From: Banana Date: Mon, 11 Sep 2023 09:43:49 +0000 (+0200) Subject: update troubelshooting X-Git-Tag: 2.8.2_20230914~13 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=e6f2a1b6882a184f65121d358192f2f3ed17268e;p=insipid.git update troubelshooting --- 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