with logging
This commit is contained in:
parent
8322f07cf7
commit
886f457438
1 changed files with 7 additions and 3 deletions
|
@ -176,12 +176,16 @@ public class SEBClientEventBatchService {
|
||||||
|
|
||||||
this.sqlSessionTemplate.flushStatements();
|
this.sqlSessionTemplate.flushStatements();
|
||||||
|
|
||||||
//if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug("SEBClientEventBatchService worker {} processes batch of size {} in {} ms",
|
log.debug("SEBClientEventBatchService worker {} processes batch of size {} in {} ms",
|
||||||
|
workerName,
|
||||||
|
size,
|
||||||
|
start - Utils.getMillisecondsNow());
|
||||||
|
}
|
||||||
|
log.info("SEBClientEventBatchService worker {} processes batch of size {} in {} ms",
|
||||||
workerName,
|
workerName,
|
||||||
size,
|
size,
|
||||||
start - Utils.getMillisecondsNow());
|
start - Utils.getMillisecondsNow());
|
||||||
//}
|
|
||||||
|
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
log.error("Failed to process SEB events from eventDataQueue: ", e);
|
log.error("Failed to process SEB events from eventDataQueue: ", e);
|
||||||
|
|
Loading…
Add table
Reference in a new issue