Commit f1139dbe by 陶光胜

init

parent 4c9a9ee6
...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler { ...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
ByteArrayOutputStream baos = new ByteArrayOutputStream(); ByteArrayOutputStream baos = new ByteArrayOutputStream();
try (PrintWriter printWriter = new PrintWriter(baos)) { try (PrintWriter printWriter = new PrintWriter(baos)) {
ex.printStackTrace(printWriter); logger.warn("e", ex);
} }
try { try {
sb.append(baos.toString()); sb.append(baos.toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment