I want to display requests as they come in an nginx server to a java application.
Nginx can redirect access_log/error_log to syslog.
How can I receive syslog messages from Java ? Is there another way to receive the access_log and error_log from nginx to my java application ?