NetworkOptions.setTraceMaxLogSize

Sets the maximum size of a all the trace output files put together. This value should be in the range `[0, long.max]`. If the value is set to 0, there is no limit on the total size of the files. The default is a maximum size of 104,857,600 bytes. If the default roll size is used, this means that a maximum of 10 trace files will be written at a time.

class NetworkOptions
static
void
setTraceMaxLogSize
(
in long value
)

Parameters

value long

max total size of trace files

Meta