clear code. fix

pull/331/head
hengyunabc
parent d667bc12f0
commit 2a90a7f5b3

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

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

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

Loading…
Cancel
Save