summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-22 22:53:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-22 22:53:21 -0400
commit96c667a520e4dfd67e2d64e907fa4097bdbee1b2 (patch)
treed337e4c175b47accc5891e84780b913656def1e1 /doc
parent546d2ea81440fef32df66a8ca7660cc2d6fe183e (diff)
downloadpython-coveragepy-96c667a520e4dfd67e2d64e907fa4097bdbee1b2.tar.gz
Big refactor of debug logging
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 a5e0005..acc56d5 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -457,6 +457,9 @@ to log:
* ``plugin``: print information about plugin operations.
+* ``process``: show process creation information, and changes in the current
+ directory.
+
* ``sys``: before starting, dump all the system and environment information,
as with :ref:`coverage debug sys <cmd_debug>`.