aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-03-23 13:52:53 +0100
committerGitHub <noreply@github.com>2023-03-23 13:52:53 +0100
commit234ed603e6b8c7f1f766a002a097007189e1184e (patch)
tree6b7eefa440f2f98e5addee9cbfca6b218a73ef98 /docs
parentcb18ba023084a364a332d09e32ae22d375ed4520 (diff)
Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026)
Doesn't buy us much, but makes everything a bit more consistent. Also removes the SQL trace driver, as it is unused and the output is hard to read anyway.
Diffstat (limited to 'docs')
-rw-r--r--docs/development/sytest.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/development/sytest.md b/docs/development/sytest.md
index 3cfb99e6..4fae2ea3 100644
--- a/docs/development/sytest.md
+++ b/docs/development/sytest.md
@@ -61,7 +61,6 @@ When debugging, the following Docker `run` options may also be useful:
* `-e "DENDRITE_TRACE_HTTP=1"`: Adds HTTP tracing to server logs.
* `-e "DENDRITE_TRACE_INTERNAL=1"`: Adds roomserver internal API tracing to
server logs.
-* `-e "DENDRITE_TRACE_SQL=1"`: Adds tracing to all SQL statements to server logs.
The docker command also supports a single positional argument for the test file to
run, so you can run a single `.pl` file rather than the whole test suite. For example: