Commit d628b4a9 authored by 周健威's avatar 周健威

屏蔽日志打印

parent cea825bc
......@@ -88,9 +88,9 @@ public class CommonLogServiceImpl implements CommonLogService {
}
@Override
public void run() {
if(!xxLogEntity.getServletPath().contains("/vehicleInfo/app/unauth/getVehiclePlanList")) {
log.info("用户请求信息:xxLogEntity = {}", xxLogEntity.toString());
}
// if(!xxLogEntity.getServletPath().contains("/vehicleInfo/app/unauth/getVehiclePlanList")) {
// log.info("用户请求信息:xxLogEntity = {}", xxLogEntity.toString());
// }
mongoTemplate.insert(xxLogEntity, xxLogEntity.getMongoKey());
}
}
......
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