@@ -115,6 +115,7 @@ public class GeneratePdf {
doc.close();
} catch (Exception e) {
e.printStackTrace();
+ LOGGER.error("GeneratePdfUtil#Pdf({},{},{}),{}", content, imagePathList, mOutputPdfFileName, e.getMessage(), e);
}