Sets the trace mode.
There are two modes:
In default mode, all trace messages are saved in a memory buffer. If there is an error, the buffer is dumped to stdout. In continuous mode, every allowed trace message is dumped to stdout in real time.
maprcli trace setmode
[ -host <host> ]
-mode default|continuous
[ -port <port> ]
None.
|
Parameter |
Description |
|---|---|
|
host |
The IP address of the host on which to set the trace mode |
|
mode |
The trace mode. |
|
port |
The port to use. |
Set the trace mode to continuous:
maprcli trace setmode -mode continuous