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)