Issue was occuring with the 1.3.0-alpha4 build of logback classic. I have not 
yet found the reason why the logs were not being sent from receiver to local 
appenders however reverting to stable (1.2.3) fixed my issue.


________________________________
Van: logback-dev <logback-dev-boun...@qos.ch> namens ULStudent:ADAM.O'MAHONY 
<16187...@studentmail.ul.ie>
Verzonden: donderdag 6 juni 2019 14:59
Aan: logback-dev@qos.ch
Onderwerp: [logback-dev] Receiver not Displaying Logs

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.
_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to