User guide
set logport
156 Chapter 2 Command Descriptions
mode={raw|syslog}
Specifies whether the data is sent as raw data or in syslog format.
raw
Sends data to the server as it is seen on the port.
syslog
The serial data is encapsulated in syslog format.
The default is "syslog."
pri=0-65535
The syslog priority, which instructs the syslog server how to prioritize this
packet. This option applies only if "mode=syslog."
ipaddress=ipaddress
The IP address to which packets are sent.
udpport=1-65535
The UDP port to which packets are sent. The default is 514 (syslog).
rtime=0-65535
The time in milliseconds to wait before sending out a packet, if there is
data. The default is 0, which means that this "rtime" option is ignored.
rmax=1-65535
The amount of data to collect before sending a packet. The default is
1024.
stripdelimiter={on|off}
Specifies whether delimiters encountered in the data stream are sent
as-is to the server or stripped from the data before sending.
off
If a delimiter is encountered in the stream, it is sent to the server.
on
If a delimiter is encountered in the data, it is removed before the data
is sent.
The default is "off."