<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic qs-log-scanner: Open source tool for exploring Qlik Sense logs in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539057#M32444</link>
    <description>&lt;LI-SPOILER&gt;As this is something I've struggled with over the years, maybe others will find it useful too - sharing is caring!&lt;BR /&gt;Small disclaimer: This is rather techie stuff - but also quite useful if you want to understand what log info is available in client-managed Qlik Sense.&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;FONT size="5"&gt;Intro&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have created a small tool called &lt;STRONG&gt;qs-log-scanner&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It is open source, the idea is to provide insights into what different kinds of logging subsystems exists in client-managed Qlik Sense.&lt;BR /&gt;This information is not documented anywhere (at least I have not found it!), but given qs-log-scanner it's pretty easy to get an understanding of what's going on in a Sense environment.&lt;BR /&gt;&lt;BR /&gt;Looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qs-log-scanner-1-hero.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185777i7EEF4372A82F4F8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="qs-log-scanner-1-hero.png" alt="qs-log-scanner-1-hero.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Background&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If you look in the Sense log files you see a "logger" field.&lt;BR /&gt;This basically tells what part of Sense the log message originated from.&lt;BR /&gt;For example, here are a couple of rows from the scheduler log file during startup of that Windows service:&lt;/P&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Sequence# Timestamp Level Hostname Logger Thread Id ServiceUser Message Exception StackTrace ProxySessionId TaskName TaskId User ExecutionId AppName AppId Id2&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;1 20251212T073856.140+0100 INFO host2 System.Scheduler.Scheduler.Main 7 c2eed934-4d41-4bb4-90c2-248830b7b735 LAB\qlikservice Assembly: Qlik.Sense.Common, version: 37.16.0 0 c2eed934-4d41-4bb4-90c2-248830b7b735&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not entirely easy to read, but there is a "logger" field in there, and the second row has a value of "System.Scheduler.Scheduler.Main" in that field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;But what other logger (or subsystems as I prefer to call them) are there?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That's the question that &lt;STRONG&gt;qs-log-scanner&lt;/STRONG&gt; tries to answer.&lt;BR /&gt;Spoiler: The blog post contains the answer...&lt;/P&gt;&lt;P&gt;So - long story short - check out the &lt;A href="https://ptarmiganlabs.com/qs-log-scanner-open-source-tool-for-exploring-qlik-sense-logs/" target="_blank" rel="noopener"&gt;launch blog post&lt;/A&gt; for more info, or the &lt;A href="https://github.com/ptarmiganlabs/qs-log-scanner" target="_blank" rel="noopener"&gt;GitHub repo&lt;/A&gt; if you want to try it out yourself. I recommend the blog post first though, it does give a bit more context that can be useful.&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 09:33:19 GMT</pubDate>
    <dc:creator>mountaindude</dc:creator>
    <dc:date>2025-12-12T09:33:19Z</dc:date>
    <item>
      <title>qs-log-scanner: Open source tool for exploring Qlik Sense logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539057#M32444</link>
      <description>&lt;LI-SPOILER&gt;As this is something I've struggled with over the years, maybe others will find it useful too - sharing is caring!&lt;BR /&gt;Small disclaimer: This is rather techie stuff - but also quite useful if you want to understand what log info is available in client-managed Qlik Sense.&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;FONT size="5"&gt;Intro&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have created a small tool called &lt;STRONG&gt;qs-log-scanner&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It is open source, the idea is to provide insights into what different kinds of logging subsystems exists in client-managed Qlik Sense.&lt;BR /&gt;This information is not documented anywhere (at least I have not found it!), but given qs-log-scanner it's pretty easy to get an understanding of what's going on in a Sense environment.&lt;BR /&gt;&lt;BR /&gt;Looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qs-log-scanner-1-hero.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185777i7EEF4372A82F4F8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="qs-log-scanner-1-hero.png" alt="qs-log-scanner-1-hero.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Background&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If you look in the Sense log files you see a "logger" field.&lt;BR /&gt;This basically tells what part of Sense the log message originated from.&lt;BR /&gt;For example, here are a couple of rows from the scheduler log file during startup of that Windows service:&lt;/P&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Sequence# Timestamp Level Hostname Logger Thread Id ServiceUser Message Exception StackTrace ProxySessionId TaskName TaskId User ExecutionId AppName AppId Id2&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;1 20251212T073856.140+0100 INFO host2 System.Scheduler.Scheduler.Main 7 c2eed934-4d41-4bb4-90c2-248830b7b735 LAB\qlikservice Assembly: Qlik.Sense.Common, version: 37.16.0 0 c2eed934-4d41-4bb4-90c2-248830b7b735&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not entirely easy to read, but there is a "logger" field in there, and the second row has a value of "System.Scheduler.Scheduler.Main" in that field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;But what other logger (or subsystems as I prefer to call them) are there?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That's the question that &lt;STRONG&gt;qs-log-scanner&lt;/STRONG&gt; tries to answer.&lt;BR /&gt;Spoiler: The blog post contains the answer...&lt;/P&gt;&lt;P&gt;So - long story short - check out the &lt;A href="https://ptarmiganlabs.com/qs-log-scanner-open-source-tool-for-exploring-qlik-sense-logs/" target="_blank" rel="noopener"&gt;launch blog post&lt;/A&gt; for more info, or the &lt;A href="https://github.com/ptarmiganlabs/qs-log-scanner" target="_blank" rel="noopener"&gt;GitHub repo&lt;/A&gt; if you want to try it out yourself. I recommend the blog post first though, it does give a bit more context that can be useful.&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 09:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539057#M32444</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2025-12-12T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: qs-log-scanner: Open source tool for exploring Qlik Sense logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539308#M32453</link>
      <description>&lt;P&gt;Thank you for sharing&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 11:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539308#M32453</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2025-12-16T11:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: qs-log-scanner: Open source tool for exploring Qlik Sense logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539317#M32454</link>
      <description>&lt;P&gt;That looks great! Thanks for sharing it!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 13:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539317#M32454</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2025-12-16T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: qs-log-scanner: Open source tool for exploring Qlik Sense logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539318#M32455</link>
      <description>&lt;P&gt;Nice. Floating/pinning this one so more folks have a chance to see.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 14:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/qs-log-scanner-Open-source-tool-for-exploring-Qlik-Sense-logs/m-p/2539318#M32455</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-12-16T14:05:34Z</dc:date>
    </item>
  </channel>
</rss>

