summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-07-01 14:26:31 (GMT)
committerFred Drake <fdrake@acm.org>2004-07-01 14:26:31 (GMT)
commit1b89656d7097376c08fb5b3536b9fe4f629966b8 (patch)
treede349f5fd8db3d508c2ed921d0b8d7219a911fd8 /Doc/tut
parent68a37ac8419abf0815282f5834194a5c04c16c4b (diff)
downloadcpython-1b89656d7097376c08fb5b3536b9fe4f629966b8.zip
cpython-1b89656d7097376c08fb5b3536b9fe4f629966b8.tar.gz
cpython-1b89656d7097376c08fb5b3536b9fe4f629966b8.tar.bz2
add omitted markup
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 0dcac57..9e705bc 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4935,8 +4935,9 @@ This produces the following output:
By default, informational and debugging messages are suppressed and the
output is sent to standard error. Other output options include routing
messages through email, datagrams, sockets, or to an HTTP Server. New
-filters can select different routing based on message priority: DEBUG,
-INFO, WARNING, ERROR, and CRITICAL.
+filters can select different routing based on message priority:
+\constant{DEBUG}, \constant{INFO}, \constant{WARNING}, \constant{ERROR},
+and \constant{CRITICAL}.
The logging system can be configured directly from Python or can be
loaded from a user editable configuration file for customized logging