Commit f1139dbe by 陶光胜

init

parent 4c9a9ee6
......@@ -37,7 +37,7 @@ public class GlobalExceptionHandler {
StringBuilder sb = new StringBuilder();
ByteArrayOutputStream baos = new ByteArrayOutputStream();
try (PrintWriter printWriter = new PrintWriter(baos)) {
ex.printStackTrace(printWriter);
logger.warn("e", ex);
}
try {
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