From 880286348b0ea97dc12e443a3a2f97de16d7dbe3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 19 Feb 2019 06:38:20 -0500 Subject: Clarify a debugging option --- doc/cmd.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/cmd.rst b/doc/cmd.rst index d111c9d2..1344d20e 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -482,7 +482,8 @@ to log: * ``multiproc``: log the start and stop of multiprocessing processes. -* ``pid``: annotate all warnings and debug output with the process id. +* ``pid``: annotate all warnings and debug output with the process and thread + ids. * ``plugin``: print information about plugin operations. -- cgit v1.2.1