Skip to main content

Locate the Qlik REST Connector log file

The REST Connector's log file is located at:

  • Qlik Sense: {ProgramData}\Qlik\Custom Data\QvRestConnector\Log
  • QlikView: {ProgramData}\QlikTech\Custom Data\QvRestConnector\Log

Where {ProgramData} is %ALLUSERSPROFILE%.

By default, the log file reports only errors. The amount of information included in the log file can be changed by editing the CONFIG file QvRestConnector.exe.config located at:

  • Qlik Sense Enterprise: C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector
  • Qlik Sense Desktop: C:\Users\user-name\AppData\Local\Programs\Common Files\Qlik\Custom Data\QvRestConnector
  • QlikView: C:\Program Files\Common Files\QlikTech\Custom Data\QvRestConnector

Edit the LoggingLevel section in the QvRestConnector.exe.config file:

<setting name="LoggingLevel" serializeAs="String"> <value>INFO</value> </setting>

The <value> can be changed from INFO (default setting) to one of the following:

  • ALL
  • DEBUG
  • ERROR
  • WARN
  • FATAL
  • OFF

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!