Hi All,
I have recently been trying to configure logback in a centralized logging server project. I have run into a problem in which, even after my appender (Log-sending program) has connected with the receiver (log-server) and the connection established messaged is
shown, the logs are not displayed through the server appenders (File and Console).
I have tried both client/ server configurations and received the same results (ServerSocketAppender->SocketReceiver AND SocketAppender->ServerSocketRecevier) even when using the example configuration exampls on the logback website. On top of this I have used
a packet sniffer and have confirmed that packets are being sent from appender to receiver (listening on 127.0.0.1:8555). Changing the port that was being used did not resolve the problem either.
Any help with this would be greatly appreciated as the only workaround I have is to use an intermediate Database which greatly limits what I wish to do.
Cheers!
Adam.