diff options
-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>`. |