vPlus uses log4j2 for logging both in the Node and Server. This module allows writing to external log targets. All supported appenders are described here.
Below, you can find information on how to set Syslog as a target for vPlus Server and Node.
To support Syslogs, make sure you have rsyslog a package - if not, you can install it like this:
sudoyum-yinstallrsyslog
In /etc/rsyslog.conf file:
uncomment these lines to enable UDP socket transport:
#module(load="imudp") # needs to be done just once
#input(type="imudp" port="514")
add this line under #### GLOBAL DIRECTIVES #### section to support newline characters: