clear code. fix #312

pull/331/head
hengyunabc 6 years ago
parent d667bc12f0
commit 2a90a7f5b3

@ -142,7 +142,7 @@ public class ArthasBootstrap {
// ignore // ignore
} }
logger.info("as-server destroy completed."); logger.info("as-server destroy completed.");
// see middleware-container/arthas/issues/123 // see https://github.com/alibaba/arthas/issues/319
LogUtil.closeResultLogger(); LogUtil.closeResultLogger();
} }

@ -161,8 +161,8 @@ public class ShellImpl implements Shell {
} catch (Throwable t) { } catch (Throwable t) {
// sometimes an NPE will be thrown during shutdown via web-socket, // sometimes an NPE will be thrown during shutdown via web-socket,
// this ensures the shutdown process is finished properly // this ensures the shutdown process is finished properly
// see more: middleware-container/arthas/issues/206 // https://github.com/alibaba/arthas/issues/320
logger.error("ARTHAS-206", "Error writing data:", t); logger.error("ARTHAS", "Error writing data:", t);
} }
term.close(); term.close();
} else { } else {

@ -77,7 +77,7 @@ public class LogUtil {
} else { } else {
// arthas strongly depends on logback. // arthas strongly depends on logback.
// So do nothing here // So do nothing here
// middleware-container/arthas/issues/123 // https://github.com/alibaba/arthas/issues/319
} }
} }
} }

Loading…
Cancel
Save