Commit 1deb32077dd2ccb48a48ea25f35889365a82731a
1 parent
92a8cfa6
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/gpsdata_v2/load/GatewayHttpLoader.java
| ... | ... | @@ -64,7 +64,7 @@ public class GatewayHttpLoader implements ApplicationContextAware{ |
| 64 | 64 | response = httpClient.execute(get); |
| 65 | 65 | entity = response.getEntity(); |
| 66 | 66 | |
| 67 | - logger.info("entity:" + entity); | |
| 67 | + logger.info("entity:" + entity + "get:" + get); | |
| 68 | 68 | if(null == entity) |
| 69 | 69 | return list; |
| 70 | 70 | ... | ... |