Enable web interface request logging
To enable tracing of requests sent from Adaxes web interface to Adaxes services and domain controllers:
-
Navigate to the folder where Adaxes web interface is installed. By default, the folder is C:\Program Files\Softerra\Adaxes 3\Web Interface.
-
Open the App folder.
-
Open the appsettings.xml file with a text editor.
-
Locate the configuration\adaxes.web.ui\trace XML element.
-
Set the enabled parameter to
trueand specify the path to the file that will store log records in the filePath parameter. For example:<configuration> <adaxes.web.ui adaxesConfigurationSetId=""> <trace enabled="true" filePath="C:\logs\adaxes.webui.trace.txt"/> -
Save the file.
Permanent logging of web interface requests consumes resources and affects performance. The log file can grow quickly. It is recommended to enable logging only when it is needed for troubleshooting.