我有一个使用dropwizard和elasticsearch-client的应用程序。我正在使用logback作为日志库。
但是,在启动时出现经典错误:
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
我想通过使用dropwizard的logback边界来解决所有问题,但是找不到合适的解决方案。
我正在使用dropwizard 1.3.11,elasticsearch-client 6.5.1。实际上,该应用程序是在https://github.com/kermitt2/biblio-glutton的查找下。