I have a need to centralize the 2 logs file of my application deployed in 2 different server in prod environment.
If possible I would like to use logback and not logstash cause we already support it in the java app.
I did some research but I found lot of solutions for generate more log files but not to unite the ones I already have.
What I would like to achieve is the merge of this 2 logs file either into a new log file or in a database because then I need to send the union of this 2 logs through a REST Service.
Could you help me? Thanks