Browse Source

新增日志

longyu 2 years ago
parent
commit
47d79bae82
1 changed files with 2 additions and 0 deletions
  1. 2 0
      watch/watch.go

+ 2 - 0
watch/watch.go

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