Unverified Kaydet (Commit) bbd90e4f authored tarafından Vinay Sajip's avatar Vinay Sajip Kaydeden (comit) GitHub

Updated documentation on logging.debug(). (GH-9946)

üst b7ad31c8
...@@ -953,8 +953,8 @@ functions. ...@@ -953,8 +953,8 @@ functions.
There are three keyword arguments in *kwargs* which are inspected: *exc_info* There are three keyword arguments in *kwargs* which are inspected: *exc_info*
which, if it does not evaluate as false, causes exception information to be which, if it does not evaluate as false, causes exception information to be
added to the logging message. If an exception tuple (in the format returned by added to the logging message. If an exception tuple (in the format returned by
:func:`sys.exc_info`) is provided, it is used; otherwise, :func:`sys.exc_info` :func:`sys.exc_info`) or an exception instance is provided, it is used;
is called to get the exception information. otherwise, :func:`sys.exc_info` is called to get the exception information.
The second optional keyword argument is *stack_info*, which defaults to The second optional keyword argument is *stack_info*, which defaults to
``False``. If true, stack information is added to the logging ``False``. If true, stack information is added to the logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment