diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-09-02 09:38:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-09-02 09:38:40 -0400 |
commit | 49958ac11fe3b441db2a6c1c691a7abdbf9cdd08 (patch) | |
tree | 56f2d411d73612cc7b0250a2eafc51d344947fb2 | |
parent | fc610d1932b0ab492238e41f447213ca1235e027 (diff) | |
download | python-coveragepy-git-49958ac11fe3b441db2a6c1c691a7abdbf9cdd08.tar.gz |
'sql' is a new debug option
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 1aca89a8..25a9dd20 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -538,6 +538,8 @@ to log: * ``self``: annotate each debug message with the object printing the message. +* ``sql``: log the SQL statements used for recording data. + * ``sys``: before starting, dump all the system and environment information, as with :ref:`coverage debug sys <cmd_debug>`. |