IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2011, 4:03:42 PM (15 years ago)
Author:
rhenders
Message:

using new pslogger method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/dvoToMySQL.py

    r31994 r32088  
    226226configDoc = ElementTree(file=CONFIG)
    227227
    228 
    229 logging.config.fileConfig("logging.conf")
    230228logging.setLoggerClass(PSLogger)
    231 logger = logging.getLogger("dvoToMySQLLog")
    232 logger.setLevel(logging.INFO)
     229logger = logging.getLogger("dvoToMySQL")
     230logger.setup(configDoc, "dvoToMySQL", 0, 1)
    233231
    234232RESETTABLES = 0
Note: See TracChangeset for help on using the changeset viewer.