Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

How to configure CefSharp Log level for Qlik Sense Enterprise

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

How to configure CefSharp Log level for Qlik Sense Enterprise

Last Update:

Feb 15, 2021 10:16:11 AM

Updated By:

Sonja_Bauernfeind

Created date:

Aug 30, 2019 9:35:21 AM

The user needs to see more Sense Printing service activities from the logging. Therefore needs to change the CefSharp log level to DEBUG or higher.

 

Environment:

Qlik Sense Enterprise on Windows any version

 

The user needs to access the printing.exe.config file under the path "C:\Program Files\Qlik\Sense\Printing" and find the section:

   <!-- CefSharp rendering section: custom appenders do not work -->   <logger name="Qlik.Printing.Sense.Mashup" additivity="false">
     <level value="ERROR" />
     <appender-ref ref="CefSharpLogFileAppender" />
   </logger>
   <logger name="Qlik.Printing.Rendering.CefSharp" additivity="false">
     <level value="ERROR" />
     <appender-ref ref="CefSharpLogFileAppender" />
   </logger>


Replace ERROR with DEBUG and restart the printing service. 

Can use TRACE to see all the HTTP traffic as well.

Make sure to change the logging level back in order to avoid taking extensive hardware resources.

Labels (2)
Contributors
Version history
Last update:
‎2021-02-15 10:16 AM
Updated by: