fix #860 add debug log.
This commit is contained in:
parent
a5fe68c333
commit
2da33b4d46
1 changed files with 3 additions and 0 deletions
|
@ -337,6 +337,9 @@ public abstract class AbstractFessFileTransformer extends AbstractTransformer im
|
|||
if (!fessConfig.isCrawlerIgnoreContentException()) {
|
||||
throw e;
|
||||
}
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Could not get a text.", e);
|
||||
}
|
||||
}
|
||||
return new ExtractData();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue