Roc 2 miesięcy temu
rodzic
commit
89f8656ce2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      services/commodity_coal_watch.go

+ 1 - 1
services/commodity_coal_watch.go

@@ -19,7 +19,7 @@ func CoalWatchTask(cont context.Context) (err error) {
 }
 
 func ReadWatchIndexFile() {
-	fmt.Println("ReadWatchIndexFile start")
+	fmt.Println("ReadWatchIndexFile start", time.Now().Format(utils.FormatDateTime))
 	var err error
 	defer func() {
 		if err != nil {