Can't get Logback Eclipse plugin to display output
Posted
by Zombies
on Stack Overflow
See other posts from Stack Overflow
or by Zombies
Published on 2010-03-02T16:26:07Z
Indexed on
2010/05/11
17:24 UTC
Read the original article
Hit count: 498
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?
© Stack Overflow or respective owner