To enable diagnostic logging for VPN Integrator
- On a computer where VPN Integrator is installed, go to the VPN Integrator installation directory.
Normally, the path to the VPN Integrator installation directory is %ProgramFiles%\One Identity\Defender\VPN Integrator.
- Add the following lines to the pgwc.ini text file held in the VPN Integrator installation directory, replacing <logpath> with the path to the folder that will hold the VPN Integrator log files:
trace level = 9
trace filename = <logpath>
For example, with "trace filename = C:\pgvc_trace", the log files are held in the folder C:\pgvc_trace.
To disable diagnostic logging for VPN Integrator, remove these lines from the pgwc.ini file:
trace level = 9
trace filename = <logpath>