Commit da813c0a by chenweitao

Merge branch 'working' into 'master'

增加淘宝采集日志

See merge request !104
parents f60e48bb 9730f1f5
......@@ -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