How to debug Citrix Gateway connector logs (XNC)
book
Article ID: CTX216020
calendar_today
Updated On:
Description
In order to determine an issue with Citrix Gateway connector (formerly known as XNC), we would need to enable debug logging
Instructions
This setting can be configured manually by performing the following steps:
On the Citrix Gateway connector Server, open the file named “nlog.config” located at:
C:\Program Files\Citrix\Citrix Gateway connector
Scroll down to the section named “<rules>” and change the parameter “minlevel” according to the logging level required: (By Default it is set to “Info” Level)
<rules >
<logger name=“*” writeTo=“file” minlevel=“Debug” />
</rules>
Save the file.
Issue/Introduction
Process to enable debug logging for Citrix Gateway Connector (XNC)
Was this article helpful?
thumb_up
Yes
thumb_down
No