
1 May
2013
1 May
'13
8:21 p.m.
Please try with the following logback.groovy script: import ch.qos.logback.classic.net.SocketAppender import static ch.qos.logback.classic.Level.DEBUG appender("SOCKET", SocketAppender) { remoteHost = "localhost" port = 4321 reconnectionDelay = 10000 includeCallerData = true } root(DEBUG, ["SOCKET"]) HTH, On 01.05.2013 22:16, fed wrote:
Hi,
what is the right way to enable the use of the logback-beagle eclipse's plugin in a logback.groovy configuration file?
I tried
consolePlugin = true
but it doesn't work.
Thanks for the help. Best regards.
-- Ceki 65% of statistics are made up on the spot