Commit aed67f98 by xupeng

add log

parent 72e3692a
......@@ -38,7 +38,7 @@ public class SuggestTask {
public static void main(String[] args) {
startTime = System.currentTimeMillis();
log.info(">>>>>>>>>>>> start run SuggestTask");
log.info(">>>>>>>>>>>> start run SuggestTask , startTime: " + startTime);
// 初始化配置信息
ConfigUtil.init();
......@@ -58,7 +58,7 @@ public class SuggestTask {
// 加载搜索词并处理
processSuggestTask(startTime);
log.info("<<<<<<<<<<<< end run SuggestTask, cost: {}ms", (System.currentTimeMillis() - startTime));
log.info("<<<<<<<<<<<< end run SuggestTask, startTime: {} , cost: {}ms", startTime, (System.currentTimeMillis() - startTime) );
}
private static Map<String, Long> loadBrandMap() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment