@@ -163,6 +163,7 @@ public class HttpServiceImpl implements HttpService {
completedUri = uri;
}
HttpGet httpGet = new HttpGet(completedUri);
+ log.info("token:{}",token);
if (token != null) {
httpGet.setHeader("Authorization", token);