I tested few more configurations involving socket remote logging (both active and passive) and it seems only single appender-receiver works well. Event with single ServerSocketReceiver and two separate apps trying to send its logs to that socket - only first one wins and is able to send logs. if first app disconnects - then app2 is able to send logs and if app1 reconnects - it must wait until app2 disconnect and so on...
is it possible to configure logback as log aggregator that is able to receive logs from multiple remote apps?
|