diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-22 22:53:21 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-22 22:53:21 -0400 |
| commit | 6b65e8e1954081f7896d0de9257d4fffd4e7da8b (patch) | |
| tree | c4cdff5de3293cf5a6584aa4291c379dd595cb62 /doc/cmd.rst | |
| parent | 2364947d7814a065cf2c05d930eda94203b20f1c (diff) | |
| download | python-coveragepy-git-6b65e8e1954081f7896d0de9257d4fffd4e7da8b.tar.gz | |
Big refactor of debug logging
Diffstat (limited to 'doc/cmd.rst')
| -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 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>`. |
