
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to change the Qlik Sense Dispatcher Service Log Level or storage path
Last Update:
Jun 14, 2022 2:45:36 AM
Updated By:
Created date:
Jun 14, 2022 2:45:36 AM
The Qlik Sense Service Dispatcher has several services running inside of it (e.g. Capability log), each of which creates its own logs. There is no way to increase or decrease this logging from the QMC, but you can at the file level.
Resolution
- Go to %InstallPath%\Qlik\Sense\ServiceDispatcher and open services.conf in your text editor of choice.
- Here you'll be able to see several options for each of the services. Some of the services have the option --log-level=info"
- You can change "info" to any of the log levels present in Qlik Sense (info(default) | warning | error | off | debug).
- Once done, stop the service dispatcher, save the file, and then restart the service dispatcher.
You may also change the log path here: --log-path=${LogPath}
Either change the ${LogPath} value for the individual service or the global value at the top (LogPath="${ALLUSERSPROFILE}\Qlik\Sense\Log")
Environment
Qlik Sense Enterprise on Windows February 2019 and above
1,770 Views