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

Step-by-Step Guide to Enabling DEBUG Logs in Machine Agent

Debug logs for Machine Agents are important to help you understand issues and help you fix them.

  • To enable, edit <MA-Home>/conf/logging/log4j.xml file.Screenshot 2024-06-18 at 10.18.51 AM.png
  • As shared in the screenshot, set the level = "debug"
    <Logger name="com.singularity" level="debug" additivity="false">
                  <AppenderRef ref="FileAppender"/>
      
    </Logger>
      
    <Logger name="com.appdynamics" level="debug" additivity="false">
      
                  <AppenderRef ref="FileAppender"/>
      
    </Logger>
  • Once done, save the file
  • The Machine Agent reads this file every few minutes so DEBUG logging will automatically take effect
  • Once complete, logs can be found in the <MA-Home>/logs folder
Version history
Last update:
‎06-25-2024 09:15 AM
Updated by:
On-Demand Webinar
Discover new Splunk integrations and AI innovations for Cisco AppDynamics.


Register Now!

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here