Log Files - Appdynamics/AppDynamics.DEXTER GitHub Wiki
DEXTER generates bunch of logs in the \logs
subfolder from where you downloaded and ran your executable from. For example core-win\logs
or core-osx-portable\logs
:
These log files are generated:
Log file | Purpose |
---|---|
AppDynamics.Dexter.Console.YYYY-MM-DD.log | Logs what is output to Console window |
AppDynamics.Dexter.Controller.YYYY-MM-DD.log | Logs duration and detail of all HTTP calls to the Controller |
AppDynamics.Dexter.Main.YYYY-MM-DD.log | Logs main application activity |
AppDynamics.Dexter.WebDriver.YYYY-MM-DD.log | Logs Chrome Web Driver application activity |
Log configuration is in NLog format managed by NLog.config. Logs will roll over every day and after reaching size of 100 MB.