Hi All,

I experience a problem with LogViewer and my Tango Java servers. Namely I can not see anything in the LogViewer.

It is a kind of a known problem – http://sourceforge.net/p/tango-cs/bugs/656/

But the bug is marked as closed and no other comments…

Do I need to add some extra configuration to make this feature work?

Please find attached my logback.xml

Thank you in advance.

Best regards,

Igor.


<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
    <jmxConfigurator/>
    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
        <layout class="ch.qos.logback.classic.PatternLayout">
            <pattern>%p %d{dd-MM-yyyy HH:mm:ss,SSS} [%t - %C{1}] %m%n</pattern>
        </layout>
    </appender>
    <logger name="org.jacorb" level="ERROR"/>
    <logger name="net.sf.ehcache" level="ERROR"/>
    <logger name="org.tango" level="ERROR"/>
    <logger name="hzg.wpn.nexus.tango" level="DEBUG"/>
    <!– StatusServer –>
    <logger name="hzg.hdri.ss" level="DEBUG"/>
    <root level="INFO">
        <appender-ref ref="CONSOLE"/>
    </root>
</configuration>