in src/main/java/com/aliyun/openservices/aliyun/log/producer/internals/SendProducerBatchTask.java [60:72]
public void run() {
try {
sendProducerBatch(System.currentTimeMillis());
} catch (Throwable t) {
LOGGER.error(
"Uncaught error in send producer batch task, project="
+ batch.getProject()
+ ", logStore="
+ batch.getLogStore()
+ ", e=",
t);
}
}