useLogService default = 0
This activates the
connection to LogService. If this option is set to 1 then the LogCentral must
be started before any DIET entities. Agents and SeDs will connect to
LogCentral to deliver their monitoring information and they will refuse to
start if they cannot establish this connection. See
Section 12.1 to learn more about LogService.
lsOutbuffersize default = 0
lsFlushinterval default = 10000
DIET's
LogService connection can buffer outgoing messages and send them
asynchronously. This can decrease the network load when several messages are
sent at one time. It can also be used to decouple the generation and the
transfer of messages. The buffer is specified by it's size
(lsOutbuffersize, number of messages) and the time it is regularly
flushed (lsFlushinterval, nanoseconds). It is recommended not to
change the default parameters if you do not encounter problems. The buffer
options will be ignored if useLogService is set to 0.