diff options
-rw-r--r-- | Doc/library/logging.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index fbbd305e3e..0d956b0f0f 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -746,6 +746,9 @@ the options available to you. | threadName | ``%(threadName)s`` | Thread name (if available). | +----------------+-------------------------+-----------------------------------------------+ +.. versionchanged:: 3.1 + *processName* was added. + .. _logger-adapter: |