无法让 Logback Eclipse 插件显示输出
我在这里遵循了这些说明: http://logback.qos.ch/consolePlugin.html
我有正确的并找到了 logback .xml,设置正确,并且端口正在侦听。 当我删除 logback.xml 时,它日志到 sysout没有显示任何内容
logger.error("Test");
,这向我表明 logback 工作正常。我通过将插件移动到 /usr/lib/eclipse/plugins 在 Linux 上安装了该插件...窗口显示,但没有显示日志记录事件。我还添加了一个捕获所有接受过滤器,就像在该链接上一样。
也许这是一个linux权限问题?
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 ...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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前(2010 年 3 月),控制台插件需要 logback 版本 0.9.9,它无法与其他版本的 logback 一起使用。我们打算在 logback 版本 0.9.19 发布后修复这个问题。
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.