<?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 Regarding the setting &amp;quot;Store trace/verbose logging in memory, but if any error occurs write to the logs&amp;quot; in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Regarding-the-setting-quot-Store-trace-verbose-logging-in-memory/m-p/2547263#M16178</link>
    <description>&lt;P&gt;Hello Support Team,&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would like to clarify a few points as we were unable to verify the behavior internally.&lt;/P&gt;&lt;P&gt;If an error is output while this setting is active, but the task continues to run:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Do we need to manually lower the log level back to its original state?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or, in the case of a transient error, will the log level automatically revert to the original setting once the error is resolved?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2026 09:54:10 GMT</pubDate>
    <dc:creator>iti-attunity-sup</dc:creator>
    <dc:date>2026-04-20T09:54:10Z</dc:date>
    <item>
      <title>Regarding the setting "Store trace/verbose logging in memory, but if any error occurs write to the logs"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Regarding-the-setting-quot-Store-trace-verbose-logging-in-memory/m-p/2547263#M16178</link>
      <description>&lt;P&gt;Hello Support Team,&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would like to clarify a few points as we were unable to verify the behavior internally.&lt;/P&gt;&lt;P&gt;If an error is output while this setting is active, but the task continues to run:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Do we need to manually lower the log level back to its original state?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or, in the case of a transient error, will the log level automatically revert to the original setting once the error is resolved?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 09:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Regarding-the-setting-quot-Store-trace-verbose-logging-in-memory/m-p/2547263#M16178</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2026-04-20T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the setting "Store trace/verbose logging in memory, but if any error occurs write to the logs"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Regarding-the-setting-quot-Store-trace-verbose-logging-in-memory/m-p/2547264#M16179</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Replicate allows you to capture detailed&amp;nbsp;&lt;STRONG&gt;Trace&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;Verbose&lt;/STRONG&gt;&amp;nbsp;logs in a memory buffer rather than writing them continuously to disk. This feature, often called&amp;nbsp;conditional logging, is designed to troubleshoot unpredictable errors without the performance overhead and disk space consumption of constant high-level logging&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When the logging level is set to "Trace" or "Verbose", you can instruct&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Productshort variable"&gt;Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to store the logging information in memory until an error occurs. On detecting an error,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Productshort variable"&gt;Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will begin writing to the physical logs and continue to do so for a few minutes after the initial occurrence of the error.&lt;/P&gt;
&lt;P&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;no&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;error occurs before the allocated memory is used up,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Productshort variable"&gt;Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will empty the memory buffer and start afresh.&lt;/P&gt;
&lt;P&gt;This option is useful for tasks that fail unpredictably and for no obvious reason. The problem with continually writing large amounts of information to the logs is twofold:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Running in "Trace" or "Verbose" logging mode will quickly use up available disk space (unless the logging settings have been configured to prevent this).&lt;/LI&gt;
&lt;LI&gt;Continually writing large amounts of data to the logs will affect performance.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true" data-processed="true"&gt;No,&lt;/STRONG&gt;&amp;nbsp;you do not need to manually lower the log level after an error is resolved. The setting is designed to stay active in the background, continuously buffering trace or verbose data in memory without writing it to disk unless another error occurs. You only need to manually change it if you want to stop collecting detailed diagnostics altogether&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true" data-processed="true"&gt;Yes.&lt;/STRONG&gt;&amp;nbsp;When a transient error is detected, Replicate automatically flushes the memory buffer to the physical log file. It then continues writing detailed logs directly to disk for a&amp;nbsp;&lt;STRONG class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true" data-processed="true"&gt;few minutes&lt;/STRONG&gt;&amp;nbsp;following the initial error. After this brief period, the system&amp;nbsp;&lt;STRONG class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true" data-processed="true"&gt;automatically reverts&lt;/STRONG&gt;&amp;nbsp;to its original state, once again storing the trace/verbose information in memory rather than writing it to disk&lt;BR /&gt;&lt;BR /&gt;Please refer the below link for more information&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Qlik-Replicate-How-to-store-trace-and-verbose-logging-in-memory" href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-store-trace-and-verbose-logging-in-memory/ta-p/2510641#:~:text=Support-,Qlik%20Replicate:%20How%20to%20store%20trace%20and%20verbose%20logging%20in,03%2D19%2005:05%20AM" rel="noopener" target="_blank"&gt;Qlik-Replicate-How-to-store-trace-and-verbose-logging-in-memory&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A title="tasks_loggingSettings" href="https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_loggingSettings.htm#ar_tasks_custom_1624443382_1695564" rel="noopener" target="_blank"&gt;tasks_loggingSettings&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sachin B&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 10:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Regarding-the-setting-quot-Store-trace-verbose-logging-in-memory/m-p/2547264#M16179</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-20T10:07:42Z</dc:date>
    </item>
  </channel>
</rss>

