Set a trace

Log on as root or egoadmin.

If you need to troubleshoot a specific object in EGO, you can set a trace for it. Setting a trace logs entries for that object with log level LOG_TRACE.

  1. Run egosh debug daemonon host -t -c LOG_CLASS -o "key=value".

    egosh debug pemon hostA -t -c LC_CLIENT -o "activity=114"

    Specifying the logging class is optional.

  2. To turn off the trace, run egosh debug daemonoff host -t -c LOG_CLASS -o "key=value".

    egosh debug pemoff hostA -t -c LC_CLIENT -o "activity=114"

    Once you turn off the trace, the log level resets to its default.