开发者

Can't get Logback Eclipse plugin to display output

I followed these instructions here: http://logback.qos.ch/consolePlugin.html

I have the correct and found logback.xml, it is set up correctly, and the port is listening. Nothing shows up with

logger.error("Test");

It logs to sysout fine when I remove logback.xml, which shows to me that the logback is working fine. I installed the plugin on linux by moving it to /usr/lib/eclipse/plugins开发者_如何学Python ...The window shows up, but no logging events are showing up. I also added a catch all ACCEPT filter like on that link.

Perhaps this is a linux permission issue?


At present time (Marc 2010), the console plugin requires logback version 0.9.9 it will not work with other versions of logback. We intend to fix this problem after logback version 0.9.19 is released.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜