[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.20,1.21

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Mon Jul 12 17:48:06 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11802

Modified Files:
	liblogging.tex 
Log Message:
Fixed minor bugs in the example configuration file

Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** liblogging.tex	7 Jul 2004 15:59:49 -0000	1.20
--- liblogging.tex	12 Jul 2004 15:48:04 -0000	1.21
***************
*** 1216,1220 ****
  
  [handler_hand06]
! class=NTEventLogHandler
  level=CRITICAL
  formatter=form06
--- 1216,1220 ----
  
  [handler_hand06]
! class=handlers.NTEventLogHandler
  level=CRITICAL
  formatter=form06
***************
*** 1222,1226 ****
  
  [handler_hand07]
! class=SMTPHandler
  level=WARN
  formatter=form07
--- 1222,1226 ----
  
  [handler_hand07]
! class=handlers.SMTPHandler
  level=WARN
  formatter=form07
***************
*** 1228,1232 ****
  
  [handler_hand08]
! class=MemoryHandler
  level=NOTSET
  formatter=form08
--- 1228,1232 ----
  
  [handler_hand08]
! class=handlers.MemoryHandler
  level=NOTSET
  formatter=form08
***************
*** 1235,1239 ****
  
  [handler_hand09]
! class=HTTPHandler
  level=NOTSET
  formatter=form09
--- 1235,1239 ----
  
  [handler_hand09]
! class=handlers.HTTPHandler
  level=NOTSET
  formatter=form09



More information about the Python-checkins mailing list