]> granicus.if.org Git - python/commitdiff
Fixed minor bugs in the example configuration file
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 12 Jul 2004 15:48:04 +0000 (15:48 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 12 Jul 2004 15:48:04 +0000 (15:48 +0000)
Doc/lib/liblogging.tex

index 3658dd85fae6a007f68a3cf67c5e9593885a939d..5f0fee3b5534fa2f540a9f88aafe4ccc2cf66663 100644 (file)
@@ -1215,26 +1215,26 @@ formatter=form05
 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
 
 [handler_hand06]
-class=NTEventLogHandler
+class=handlers.NTEventLogHandler
 level=CRITICAL
 formatter=form06
 args=('Python Application', '', 'Application')
 
 [handler_hand07]
-class=SMTPHandler
+class=handlers.SMTPHandler
 level=WARN
 formatter=form07
 args=('localhost', 'from@abc', ['user1@abc', 'user2@xyz'], 'Logger Subject')
 
 [handler_hand08]
-class=MemoryHandler
+class=handlers.MemoryHandler
 level=NOTSET
 formatter=form08
 target=
 args=(10, ERROR)
 
 [handler_hand09]
-class=HTTPHandler
+class=handlers.HTTPHandler
 level=NOTSET
 formatter=form09
 args=('localhost:9022', '/log', 'GET')