Log exception message if error happened in document processing
This commit is contained in:
parent
7cc2ba2d4d
commit
639fea75e1
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ public class ConversionExecutor {
|
|||
} catch (Exception e ) {
|
||||
logger.error("Conversion failed.");
|
||||
logger.error("Params: " + Arrays.toString(prepareArgs()));
|
||||
logger.error(e.getLocalizedMessage());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue