
Digital Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to turn on debug logging for the QlikView Server Service
Last Update:
May 13, 2022 4:14:01 AM
Updated By:
Created date:
Jan 17, 2014 10:21:41 AM
The QlikView Server service has 3 logging levels exposed in the Management Console interface:
- Low
- Medium
- High.
There is a fourth logging level equivalent to debug logging that is not visible from the QlikView Management Console.
This logging level can only be set by modifying the settings.ini file and will result in a large amount of logging data being created with Debug severity. We recommend monitoring file sizes and archiving files where needed.
Environment:
You can enable Debug logging for the QlikView Server service by modifying the server's settings.ini.
- Stop the QlikView Server Service
- Navigate to C:\ProgramData\QlikTech\QlikViewServer
- Locate the settings.ini
- Open it in a text editor.
- Modify the file by:
In the [Settings 7] section, locate: Verbosity=
Change the value to 900. If the line does not exist, create it.
Create the line SystemLogVerbosity=5
Example:Verbosity=900 SystemLogVerbosity=5
- Save the file.
- Start the QlikView Server service
7,259 Views