hxp
2024-09-18 d0d6f28bee730ee64bf46adffa4f768d6af6ac0c
Tool/VoiceApp/lib/mylog.py
@@ -11,7 +11,7 @@
def InitMyLog( LogName, addConsule = False, LEV = logging.INFO ):
    # set up logging to file - see previous section for more details
    now = localtime()
    filePath = r"D:\ServerLog\WebBottle"
    filePath = r"C:\ServerLog\WebBottle"
    fileName = filePath + r"\%s-%d-%d-%d.log" % ( LogName, now.tm_year, now.tm_mon, now.tm_mday )
    if not os.path.exists(filePath):
        os.makedirs(filePath)