mirror of
https://github.com/actiontech/dble.git
synced 2026-01-08 22:01:14 -06:00
log - print exception stack
This commit is contained in:
@@ -348,7 +348,7 @@ public final class DbleServer {
|
||||
p.checkBackendCons();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
LOGGER.info("checkBackendCons caught err:" + e);
|
||||
LOGGER.warn("checkBackendCons caught err", e);
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -360,7 +360,7 @@ public final class DbleServer {
|
||||
p.checkFrontCons();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
LOGGER.info("checkFrontCons caught err:" + e);
|
||||
LOGGER.info("checkFrontCons caught err", e);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user