浏览代码

日志修改

Jianghan 8 月之前
父节点
当前提交
fd5e667b82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      telemarketingEtl/entity/dwd_f_userbase_visit_info.go

+ 1 - 1
telemarketingEtl/entity/dwd_f_userbase_visit_info.go

@@ -104,7 +104,7 @@ func VisitInfoAdd(start, end int64) {
 			thisData = map[string]interface{}{}
 			count++
 			if count%50000 == 0 {
-				log.Printf("遍历日志表", table, count)
+				log.Printf("遍历日志表, %s, %d", table, count)
 			}
 		}
 		log.Println("遍历日志表结束。。。", table, count)