Locate the Salesforce Connector log file
The Salesforce Connector log file is located at the following locations for Qlik Sense and QlikView:
- Qlik Sense: {ProgramData}\Qlik\CustomData\QvSalesforceConnector\Log
- QlikView: {ProgramData}\QlikTech\CustomData\QvSalesforceConnector\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 QvSalesforceConnector.exe.config located at:
- Qlik Sense Enterprise: C:\Program Files\Common Files\Qlik\Custom Data\QvSalesforceConnector
- Qlik Sense Desktop: C:\Users\user-name\AppData\Local\Programs\Common Files\Qlik\Custom Data\QvSalesforceConnector
- QlikView: C:\Program Files\Common Files\QlikTech\Custom Data\QvSalesforceConnector
Edit the LoggingLevel section in the QvSalesforceConnector.exe.config file:
<setting name="LoggingLevel" serializeAs="String">
<value>ERROR</value>
</setting>
The <value> can be changed from ERROR to one of the following:
- ALL
- DEBUG
- INFO
- WARN
- FATAL
- OFF