Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1873

Show
Ignore:
Timestamp:
01/19/08 22:29:10
Author:
fumanchu
Message:

Silencing the no-handlers "warning" (stderr write!) in stdlib logging.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cplogging.py

    r1812 r1873  
    33import datetime 
    44import logging 
     5# Silence the no-handlers "warning" (stderr write!) in stdlib logging 
     6logging.Logger.manager.emittedNoHandlerWarning = 1 
    57logfmt = logging.Formatter("%(message)s") 
    68import os 

Hosted by WebFaction

Log in as guest/cpguest to create tickets