<?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 Can't find reload fail errors on log_entries table in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1520501#M12073</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I implemented centralized logging on my serveur and I run query directly on my PostGre SQL database to analyse logs on an external tool.&lt;/P&gt;&lt;P&gt;I query on the table log_entries QLogs database ...&lt;BR /&gt;&lt;BR /&gt;When I reload an app and it fails, I expect that there are an event logged on the database log_entries table, but I can't find it.&lt;/P&gt;&lt;P&gt;Is that normal or did I missed the log row ? Or is there something to activate ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:03:14 GMT</pubDate>
    <dc:creator>anormand</dc:creator>
    <dc:date>2024-11-16T07:03:14Z</dc:date>
    <item>
      <title>Can't find reload fail errors on log_entries table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1520501#M12073</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I implemented centralized logging on my serveur and I run query directly on my PostGre SQL database to analyse logs on an external tool.&lt;/P&gt;&lt;P&gt;I query on the table log_entries QLogs database ...&lt;BR /&gt;&lt;BR /&gt;When I reload an app and it fails, I expect that there are an event logged on the database log_entries table, but I can't find it.&lt;/P&gt;&lt;P&gt;Is that normal or did I missed the log row ? Or is there something to activate ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1520501#M12073</guid>
      <dc:creator>anormand</dc:creator>
      <dc:date>2024-11-16T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find reload fail errors on log_entries table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1521674#M12093</link>
      <description>&lt;P&gt;Hi Anormand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a bit tricky to see in the log_entries table, because the actual message is embedded in the json column 'payload'.&lt;/P&gt;&lt;P&gt;Try to use one of the views instead,&amp;nbsp;view_all_errors_warnings for example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT entry_timestamp, process_host, id, process_name, logger, entry_level&lt;BR /&gt;FROM public.view_all_errors_warnings&lt;BR /&gt;where message='Task finished with state FinishedFail'&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 15:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1521674#M12093</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2018-12-17T15:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find reload fail errors on log_entries table</title>
      <link>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1522203#M12131</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;I was not able to use the view because of json errors ... but I has been able to find on the table :&lt;/P&gt;&lt;PRE&gt;select *
from
(SELECT id, entry_timestamp, entry_level, process_name, process_id, 
 json_each_text(payload)::text as message
	FROM public.log_entries
WHERE entry_level IN ('FATAL','ERROR') and entry_timestamp &amp;gt; CURRENT_DATE
order by id desc
) as query
where message like '(Message,"Task finished with state %' ;&lt;/PRE&gt;&lt;P&gt;For future readers !&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 14:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Can-t-find-reload-fail-errors-on-log-entries-table/m-p/1522203#M12131</guid>
      <dc:creator>anormand</dc:creator>
      <dc:date>2018-12-18T14:03:31Z</dc:date>
    </item>
  </channel>
</rss>

