Commit 44412441 by 李传峰

error -> warn ,记录异常便于查问题

parent 57886542
......@@ -453,7 +453,7 @@ public class BookBrowseRecordBizImpl implements BookBrowseRecordBiz {
ipData.setCityId(ipData4Third.getCity_id());
ipDataMapper.insert(ipData);
} catch (Exception e) {
log.error("获取ip失败,ip:{}", bookBrowseRecord.getIp());
log.warn("获取ip失败,ip:{}", bookBrowseRecord.getIp(), e);
}
}
if (null != ipData) {
......
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