srlog2d - Receive logs from srlog2 senders.
[LOGGER [LOGGER ARGS ...]]
srlog2d is a network server, listening for traffic from a list of senders and writing log lines out to a logging program. srlog2d does not directly write files out to disk -- that job is accomplished by a seperate logging program.
The format of the lines written by srlog2d is as follows:
:SENDER:SERVICE @40000000XXXXXXXXYYYYYYYY LINE
Lines starting with ":" identify the sender and service from which the following lines originate. The remainder of the lines start with a tai64n timestamp, which may be passed through tai64nlocal to produce a local time string followed by "LINE" which is the actual text produced on the sender verbatim.
If the LOGGER option is present, srlog2d executes the given command and pipes all log messages to it. Otherwise, srlog2d writes the log messages to standard output.
srlog2(1), srlog2-keygen(1), srlog2-logger(1)