Skip to content

Commit b721c41

Browse files
committed
Optimization GSON.
1 parent 004ca7b commit b721c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EasyRest/src/main/java/tech/dbgsoftware/easyrest/utils/JsonTranslationUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public static <T> T fromJson(String jsonString, Type type){
2828
try {
2929
return GSON.fromJson(jsonString, type);
3030
} catch (Exception e){
31+
LogUtils.error(jsonString);
3132
LogUtils.error(e.getMessage(), e);
3233
return null;
3334
}

0 commit comments

Comments
 (0)