improve debug log
This commit is contained in:
parent
8658167ee7
commit
9dd69d5491
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class DocumentHelper {
|
|||
}
|
||||
} catch (final ComponentNotFoundException e) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("tikaExtractor is not found: " + e.getMessage());
|
||||
logger.debug("tikaExtractor is not found: {}", e.getMessage().replace('\n', ' '));
|
||||
}
|
||||
} catch (final Exception e) {
|
||||
logger.warn("Failed to initiaize TikaExtractor.", e);
|
||||
|
|
Loading…
Add table
Reference in a new issue