No appenders could be found for logger(log4j)?

前端 未结 30 2686
[愿得一人]
[愿得一人] 2020-11-22 08:16

I have put log4j to my buildpath, but I get the following message when I run my application:

log4j:WARN No appenders could be found for logger (dao.hsqlmanag         


        
30条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 09:10

    Maybe add the relevent project contains log4j in java build path, I add mahout_h2o into it when I met this problem in a mahout project using eclipse, it works!

提交回复
热议问题