use logger to print exception (#2151)
This commit is contained in:
parent
ebfacbfcfa
commit
e27ba3fd97
|
|
@ -335,7 +335,7 @@ public abstract class AbstractShell {
|
|||
try{
|
||||
entry.getValue().destroy();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.error("Destroy All Processes error", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue