A SERVICE OF

logo

ZENworks® ESM 3.5 Administrator’s Manual 219
Getting Trace Information from the Management Server Agent
Some of the services have tracing built into them by default. Add the following section to the
ManagementServerAgent.exe.config file after the "system.runtime.remoting" section and before
the "exceptionManagement" section to enable tracing.
<system.diagnostics>
<trace>
<listeners>
<add name="EventLogTraceListener"
type="System.Diagnostics. EventLogTraceListener "
initializeData="Management Service Agent Debug"/>
</listeners>
</trace>
</system.diagnostics>
The resulting log will show the following:
Figure 109 : Trace Log
Alternatively, you may option to log the data to a text file, using the same procedure, insert the
following section into the configuration file: