mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +00:00
add omitted markup
This commit is contained in:
parent
68a37ac841
commit
1b89656d70
1 changed files with 3 additions and 2 deletions
|
|
@ -4935,8 +4935,9 @@ This produces the following output:
|
||||||
By default, informational and debugging messages are suppressed and the
|
By default, informational and debugging messages are suppressed and the
|
||||||
output is sent to standard error. Other output options include routing
|
output is sent to standard error. Other output options include routing
|
||||||
messages through email, datagrams, sockets, or to an HTTP Server. New
|
messages through email, datagrams, sockets, or to an HTTP Server. New
|
||||||
filters can select different routing based on message priority: DEBUG,
|
filters can select different routing based on message priority:
|
||||||
INFO, WARNING, ERROR, and CRITICAL.
|
\constant{DEBUG}, \constant{INFO}, \constant{WARNING}, \constant{ERROR},
|
||||||
|
and \constant{CRITICAL}.
|
||||||
|
|
||||||
The logging system can be configured directly from Python or can be
|
The logging system can be configured directly from Python or can be
|
||||||
loaded from a user editable configuration file for customized logging
|
loaded from a user editable configuration file for customized logging
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue