]> 91.132.146.200 Git - insipid.git/commitdiff
update troubelshooting
authorBanana <mail@bananas-playground.net>
Mon, 11 Sep 2023 09:43:49 +0000 (11:43 +0200)
committerBanana <mail@bananas-playground.net>
Mon, 11 Sep 2023 09:43:49 +0000 (11:43 +0200)
documentation/troubleshooting.txt

index bf4278d45d73ece89a5368c0f98b38ddab2c863e..145af9f3494d4e1613d6c49ffc9547215696eb0c 100644 (file)
@@ -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