@@ -235,7 +235,8 @@ public class FaceServiceImpl implements FaceService {
.setParameter("api_secret", apiSecret).setParameter("image_url", photoUrl)
.build();
- INTERFACE_LOG.info("[Face++ Rquest]. url=" + uri.toString());
+ INTERFACE_LOG
+ .info("[Face++ Rquest]. url=" + uri.toString() + "; photoUrl=" + photoUrl);
HttpPost httpPost = new HttpPost(uri);