We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfaac8 commit 565aef5Copy full SHA for 565aef5
framework/src/main/java/org/tron/core/services/http/Util.java
@@ -475,7 +475,7 @@ public static String getMemo(byte[] memo) {
475
}
476
477
public static void processError(Exception e, HttpServletResponse response) {
478
- logger.debug("Exception: {}", e.getMessage());
+ logger.debug(e.getMessage(), e);
479
try {
480
response.getWriter().println(Util.printErrorMsg(e));
481
} catch (IOException ioe) {
0 commit comments