[logback-user] can not populate the beagle view
Smith, Larry (ECS - Enterprise Cloud Service)
larry.smith5 at hp.com
Wed Dec 12 17:18:00 CET 2012
Junior,
Make sure that the Beagle-plugin is installed in Eclipse.
My logback-test.xml file "only contains" this:
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="true">
<consolePlugin />
<root level="TRACE"/>
</configuration>
Larry
-----Original Message-----
From: logback-user-bounces at qos.ch [mailto:logback-user-bounces at qos.ch] On Behalf Of Junior
Sent: Tuesday, December 11, 2012 6:22 AM
To: logback-user at qos.ch
Subject: [logback-user] can not populate the beagle view
Hello all,
i am quite new to logging. I find beagle cool and i want to use it. I have done what i found on the home page (i.e adding the tag <consolePlugin/>). But i can not populate the beagle view. I tried the following :
<appender name="SOCKET" class="ch.qos.logback.classic.net.SocketAppender">
<port>4321</port>
<remoteHost>localHost</remoteHost>
<reconnectionDelay>10000</reconnectionDelay>
<includeCallerData>true</includeCallerData>
</appender>
<root level="DEBUG">
<appender-ref ref="SOCKET"/>
</root>
This also don't work. Can someone give me an hint Thanks so much Junior
_______________________________________________
Logback-user mailing list
Logback-user at qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-user
More information about the Logback-user
mailing list