diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 16:45:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 16:48:23 -0400 |
| commit | a49ca095f5e7232a625f3c4ef438d9970d66902c (patch) | |
| tree | 7eb029ebefa42020a8720694b05a42aef65c36ef /doc | |
| parent | 8991e9d0812335c775654e544f429732154144bf (diff) | |
| download | python-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.rst | 3 |
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>`. |
