add logger to debug

This commit is contained in:
kevin 2017-04-16 16:35:01 +08:00
parent 40bfd55b8b
commit db3df74ec6
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ public class GatherThreadNew implements Runnable {
} catch (Exception ex) {
// 数据迁移过程可能发生异常情况
ex.printStackTrace();
logger.error(ex);
System.exit(0);
}