[loggers] keys=root,log02,log03,log04,log05,log06,log07 [handlers] keys=hand01,hand02,hand03,hand04,hand05,hand06,hand07,hand08,hand09 [formatters] keys=form01,form02,form03,form04,form05,form06,form07,form08,form09 [logger_root] level=DEBUG handlers=hand01 [handler_hand01] class=StreamHandler level=DEBUG formatter=form01 args=(sys.stdout,) [handler_hand02] class=FileHandler level=DEBUG formatter=form02 args=('\issues\python.log', 'w') [handler_hand03] class=handlers.SocketHandler level=INFO formatter=form03 args=('localhost', handlers.DEFAULT_TCP_LOGGING_PORT) [handler_hand04] class=handlers.DatagramHandler level=WARN formatter=form04 args=('localhost', handlers.DEFAULT_UDP_LOGGING_PORT) [handler_hand05] class=handlers.SysLogHandler level=ERROR formatter=form05 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER) [handler_hand06] class=NTEventLogHandler level=CRITICAL formatter=form06 args=('Python Application', '', 'Application') [handler_hand07] class=SMTPHandler level=WARN formatter=form07 args=('localhost', 'Logger Subject') [handler_hand08] class=MemoryHandler level=NOTSET formatter=form08 target= args=(10, ERROR) [handler_hand09] class=HTTPHandler level=DEBUG formatter=form09 args=('localhost:8080', '/track')