Enabling Debug Mode in DE Log Files
This topic discusses enabling DEBUG mode for distributed engine logs for troubleshooting.
Overview
You can expand Secret Server logging capability to locate additional information regarding an error or to help with troubleshooting an issue.
Procedure
How to enable DEBUG logging mode:
-
Log in as an administrator on the distributed engine server.
-
Locate the
Thycotic.DistributedEngine.Service.exe.config
in theC:\Program Files\Thycotic Software Ltd\Distributed Engine
directory. -
Open the file in a text editor.
-
Run a find (<Control>+ <F>) command.
-
Type in
log4net
and press <Enter> to locate that section, which is usually at the top. -
Locate the lines that contain "INFO".
-
Replace each "INFO" with "DEBUG".
-
Restart the Delinea Distributed Engine service to apply the log configuration change.
-
After DEBUG mode is enabled in the system log, you can reproduce the issue, investigate the error, or send the updated logs in with your support case.
Verbose Mode
On occasion, you may be instructed to enable the VERBOSE mode to capture details for troubleshooting. Do this by using the same procedure as above but replace "INFO" or "DEBUG" with "VERBOSE" instead.