Commit 9730f1f5 by chenweitao

增加淘宝采集日志

parent 666de369
......@@ -101,7 +101,7 @@ public class TaoBaoHotSearchCrawler {
}
}
} catch (Exception e) {
log.error("解析淘宝热搜时出现解析错误,数据不是json结构", e);
log.error("解析淘宝热搜时出现解析错误,数据不是json结构,数据:{}",htmlBody, e);
}
return list;
}
......
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