summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-22 16:45:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-22 16:48:23 -0400
commita49ca095f5e7232a625f3c4ef438d9970d66902c (patch)
tree7eb029ebefa42020a8720694b05a42aef65c36ef /doc
parent8991e9d0812335c775654e544f429732154144bf (diff)
downloadpython-coveragepy-git-a49ca095f5e7232a625f3c4ef438d9970d66902c.tar.gz
feat: a new debug option `sqldata` shows all the data being written to the db.
Diffstat (limited to 'doc')
-rw-r--r--doc/cmd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 6f856384..cb784ca1 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -1014,6 +1014,9 @@ of operation to log:
* ``sql``: log the SQL statements used for recording data.
+* ``sqldata``: when used with ``debug=sql``, also log the full data being used
+ in SQL statements.
+
* ``sys``: before starting, dump all the system and environment information,
as with :ref:`coverage debug sys <cmd_debug>`.