@@ -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 {