소스 검색

Improve the logging

tags/release-2.4.0
Decebal Suiu 6 년 전
부모
커밋
35942e5866
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      pf4j/src/main/java/org/pf4j/CompoundPluginDescriptorFinder.java

+ 2
- 1
pf4j/src/main/java/org/pf4j/CompoundPluginDescriptorFinder.java 파일 보기

@@ -68,7 +68,8 @@ public class CompoundPluginDescriptorFinder implements PluginDescriptorFinder {
}
} catch (Exception e) {
// log the exception and continue with the next finder
log.error(e.getMessage()); // ?!
log.error(e.getMessage(), e);
log.debug("Try to continue with the next finder");
}
} else {
log.debug("'{}' is not applicable for plugin '{}'", finder, pluginPath);

Loading…
취소
저장