无法让 Logback Eclipse 插件显示输出

发布于 2024-08-23 16:17:07 字数 425 浏览 4 评论 0原文

我在这里遵循了这些说明: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魄砕の薆 2024-08-30 16:17:07

目前(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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文