summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-01-14 21:46:49 +0100
committerlouiz’ <louiz@louiz.org>2018-01-14 21:46:49 +0100
commit7e64a2e361adcdbd2fce5ad76051a150b4de062d (patch)
treeb90208a43341ba626fffb42a6a6d63dd126ba561 /INSTALL.rst
parent3cd649023680bd49f9865fd62474d4db6a9d7c68 (diff)
downloadbiboumi-7e64a2e361adcdbd2fce5ad76051a150b4de062d.tar.gz
biboumi-7e64a2e361adcdbd2fce5ad76051a150b4de062d.tar.bz2
biboumi-7e64a2e361adcdbd2fce5ad76051a150b4de062d.tar.xz
biboumi-7e64a2e361adcdbd2fce5ad76051a150b4de062d.zip
Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries
fix #3324
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 0d99d4c..b0bf4be 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -96,6 +96,9 @@ The list of available options:
- POLL: use the standard poll(2). This is the default value on all non-Linux
platforms.
+- DEBUG_SQL_QUERIES: If set to ON, additional debug logging and timing will be
+ done for every SQL query that is executed. The default is OFF.
+
- WITH_BOTAN and WITHOUT_BOTAN: The first force the usage of the Botan library,
if it is not found, the configuration process will fail. The second will
make the build process ignore the Botan library, it will not be used even