clear code. fix #312

This commit is contained in:
hengyunabc 2018-11-26 10:59:41 +08:00
parent d667bc12f0
commit 2a90a7f5b3
3 changed files with 4 additions and 4 deletions

View File

@ -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();
}

View File

@ -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 {

View File

@ -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
}
}
}