From 1b89656d7097376c08fb5b3536b9fe4f629966b8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 1 Jul 2004 14:26:31 +0000 Subject: add omitted markup --- Doc/tut/tut.tex | 5 +++-- 1 file 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 -- cgit v0.12