Add more debug output to find a error (#924)

This commit is contained in:
Aurora 2021-02-19 20:19:19 +01:00 committed by GitHub
parent e8169afd64
commit e550189cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,6 +347,8 @@ public class SingleThreadQueueExtent extends ExtentBatchProcessorHolder implemen
} else {
e.printStackTrace();
}
log.error("Please report this error on our issue tracker");
e.getCause().printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}