Commit 76264cb9 by 陶光胜

小程序二维码修改

parent 0d724cd0
......@@ -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