X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=readme.txt;h=98cc111a93b647f54a4f62f3f5e628cea737d926;hp=5e5cf8c0da5be733c7780b8825862919b5dce8ec;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/readme.txt b/readme.txt index 5e5cf8c..98cc111 100644 --- a/readme.txt +++ b/readme.txt @@ -15,6 +15,12 @@ recommended. If you would like to compile using the alternate captchas, add a -D ALTERNATE_CAPTCHA=ON to the cmake command line. This option requires the FreeImage library to be installed. +Query logging may be turned on by adding a -D QUERY_LOG=ON. This will create a +file called query.log in the working directory. Straight SQL statements will +be captured, as well as the setup of prepared statements. Each step through a +prepared statement is also logged, but the details are not, so there should be +no sensitive information in this log file. + UPGRADING --------- *ALWAYS* make a copy of your current FMS installation before continuing. First