瀏覽代碼

新增日志

longyu 2 年之前
父節點
當前提交
47d79bae82
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      watch/watch.go

+ 2 - 0
watch/watch.go

@@ -52,7 +52,9 @@ func WatchIndexFile(filePath string) {
 	fmt.Println("filePath:", filePath)
 	time.Sleep(3 * time.Second)
 	//读取文件内容
+	global.LOG.Info("WatchFile:" + filePath)
 	f, err := excelize.OpenFile(filePath)
+	global.LOG.Info("OpenFile:" + filePath)
 	if err != nil {
 		fmt.Println("OpenFile:" + filePath + ",Err:" + err.Error())
 		return