Authored by 郭成尧

Merge branch 'hotfix/mktCodeLen' of git.yoho.cn:fe/YOHOBUYWAP into hotfix/mktCodeLen

@@ -71,7 +71,7 @@ class UdpLog @@ -71,7 +71,7 @@ class UdpLog
71 */ 71 */
72 private static function fileLog($level, $message) 72 private static function fileLog($level, $message)
73 { 73 {
74 - $filename = $level .'-h5-'.date('Ymd',time()). '.log'; //日志文件 74 + $filename = $level .'-h5.log'; //日志文件
75 $logFile = self::createPath(self::$filePath, $filename); 75 $logFile = self::createPath(self::$filePath, $filename);
76 if (!file_exists(self::$filePath))//判断文件路径是否存在 76 if (!file_exists(self::$filePath))//判断文件路径是否存在
77 { 77 {