summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
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
commit6b65e8e1954081f7896d0de9257d4fffd4e7da8b (patch)
treec4cdff5de3293cf5a6584aa4291c379dd595cb62 /doc/cmd.rst
parent2364947d7814a065cf2c05d930eda94203b20f1c (diff)
downloadpython-coveragepy-git-6b65e8e1954081f7896d0de9257d4fffd4e7da8b.tar.gz
Big refactor of debug logging
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index a5e00055..acc56d52 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>`.