cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mohammed.Rayan
AppDynamics Team

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. log configlog configEUM logEUM log
Version history
Last update:
‎11-18-2020 01:31 PM
Updated by: