Command Line Reference Page 77
Logging and Internal Trace Commands
SET LOG FILTER {EVENT | DEBUG | INFO | SECURITY | WARNING}
Specifies the type of information that is to be written to the event log. Use SHOW LOG to see
the event log. Use SHOW LOG STATUS to see the current log filter.
ENABLE LOG MODULE <taskName | ALL>
DISABLE LOG MODULE <taskName | ALL>
Each firmware module issues status messages during operatio n. These commands enable or
disable the inclusion in the event log of messages from the specified firmware module. Use
SHOW LOG to see the event log. Use SHOW LOG STATUS to see which modules are
currently excluded.
ENABLE LOG OUTPUT REMOTE hostAddr
DISABLE LOG OUTPUT REMOTE
Enables/disables the sending of event log information to the specified device each time an
event occurs.
SHOW LOG [STATUS]
Displays the event log. SHOW LOG STATUS displays log status only.
START TRACE module [frame_size]
Starts a trace for the specified module. The optional ‘frame_size’ argument spe cifies the
maximum size of one frame for that module. You can disable a trace with STOP TRACE.
STOP TRACE module
Disables a trace for a module. Traces are started with the START TRACE command.
SHOW TRACE module
Shows traces saved for the specified modules. Traces are started with the START TRACE
command.
SHOW LOG PLUS module
Shows the log plus specified traces.

taskName A module name (as seen in SHOW LOG). Examples: DHCP.

ALL Enable all module messages.

hostAddr IP address of the remote device (only required when enabling).