mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
clear code. fix #312
This commit is contained in:
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…
Reference in New Issue
Block a user