AppDynamics Knowledge Base

How do I enable EUM debug logging for the .NET Agent?

How do I enable EUM debug logging for the .NET Agent?

What are the steps to enable EUM debug logging for the .NET Agent?

  1. Go to the installation directory and edit the AppDynamicsAgentLog.config as follows.

  2. Under the <targets> section add:
    <target name="eumlog" xsi:type="File" archiveAboveSize="5000000" maxArchiveFiles="5" createDirs="True" fileName="C:\ProgramData\AppDynamics\DotNetAgent\Logs\eumlog.txt" layout="${longdate} ${processid} ${processname} ${threadid} ${level} ${logger:shortName=True} ${message}" />​
  3. Under the <rules> section add:
    <logger name="com.singularity.ee.agent.appagent.services.transactionmonitor.eum.*" minLevel="Trace" writeTo="eumlog" final="true" />​
    <logger name="com.appdynamics.eum.*" minLevel="Trace" writeTo="eumlog" final="true" />
    
  4. Save the file. You don't have to restart the agent as it's dynamic. You will see the log file being generated as shown in the below screenshot. image.pnglog configimage.pngEUM log
Labels (1)
Tags (1)
Version history
Last update:
‎01-08-2018 09:44 PM
Updated by: