Skip to content

Log Files

Daniel Odievich edited this page Mar 14, 2019 · 4 revisions

DEXTER generates bunch of logs in the \logs subfolder to the executable

There are 3 log files:

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

Log configuration is in NLog format managed by NLog.config. Logs will roll over every day and after reaching size of 100 MB.

Clone this wiki locally