Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6187664

Browse files
committed
Added lost documentation cross-reference.
1 parent e119c40 commit 6187664

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/howto/logging-cookbook.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,10 @@ need to log to a single file from multiple processes, one way of doing this is
674674
to have all the processes log to a :class:`SocketHandler`, and have a separate
675675
process which implements a socket server which reads from the socket and logs
676676
to file. (If you prefer, you can dedicate one thread in one of the existing
677-
processes to perform this function.) The following section documents this
678-
approach in more detail and includes a working socket receiver which can be
679-
used as a starting point for you to adapt in your own applications.
677+
processes to perform this function.) :ref:`This section <network-logging>`
678+
documents this approach in more detail and includes a working socket receiver
679+
which can be used as a starting point for you to adapt in your own
680+
applications.
680681

681682
If you are using a recent version of Python which includes the
682683
:mod:`multiprocessing` module, you could write your own handler which uses the

0 commit comments

Comments
 (0)