add logger to debug
This commit is contained in:
parent
40bfd55b8b
commit
db3df74ec6
|
|
@ -167,6 +167,7 @@ public class GatherThreadNew implements Runnable {
|
|||
|
||||
} catch (Exception ex) {
|
||||
// 数据迁移过程可能发生异常情况
|
||||
ex.printStackTrace();
|
||||
logger.error(ex);
|
||||
System.exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue