<?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 RE: Logs set to error only. What is expected behavior of this set up. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46106#M2174</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I ran a few tests and here's what I found. With Session logging set to &lt;STRONG&gt;Errors Only&lt;/STRONG&gt; there​ are entries in the session log for:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Creation of the session log. Even if you don't encounter any errors in the process there will still be a single entry for the creation of the session log.&lt;/LI&gt;
&lt;LI&gt;An entry for the exception that was raised&lt;/LI&gt;
&lt;LI&gt;An entry for the Action stage that caused the exception.&lt;/LI&gt;
&lt;/UL&gt;
None of the following stages were logged as long as they didn't encounter any errors.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16268.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16424iE0702E1C0B1804E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="16268.png" alt="16268.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Feb 2022 14:28:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-02-28T14:28:00Z</dc:date>
    <item>
      <title>Logs set to error only. What is expected behavior of this set up.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46104#M2172</link>
      <description>We have set Log errors only at the process level and at the resource level as well.&lt;BR /&gt;&lt;BR /&gt;But still, we are noticing a heavy increase in BPASessionLog_NonUnicode table.&lt;BR /&gt;&lt;BR /&gt;I want to understand the end-to-end behavior of Log error only set up.&lt;BR /&gt;&lt;BR /&gt;Let's say if an exception is encountered after that also it will keep logging errors only right for the next items? Or will it keep logging everything after the first exception?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46104#M2172</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-02-25T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Logs set to error only. What is expected behavior of this set up.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46105#M2173</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There are generally two types of logging ​in Blue Prism: &lt;STRONG&gt;Session Logs&lt;/STRONG&gt; (which are written to the DB) and what I'll refer to as &lt;STRONG&gt;Traditional Logs&lt;/STRONG&gt; (which are written to the Windows Event Viewer and regular log files).&lt;BR /&gt;&lt;BR /&gt;As you've pointed out, we're talking about session logs. &lt;SPAN&gt;By default,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="SearchHighlight SearchHighlight1"&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;ging is enabled on all new stages created for a process, and all new Exception stages&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;created for an object. The &lt;/SPAN&gt;&lt;SPAN class="SearchHighlight SearchHighlight1"&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;ging option can be changed for all (or a selection of) stages via the Edit menu. It can also be set at the Resource level. The possible levels are &lt;STRONG&gt;Enabled&lt;/STRONG&gt;, &lt;STRONG&gt;Disabled&lt;/STRONG&gt;, and &lt;STRONG&gt;Errors Only&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In your case, since you've set session logging to &lt;STRONG&gt;Errors Only&lt;/STRONG&gt; at both the Process and Resource level you should only be seeing information related to stages that encounter an error. I believe you'll still see a Start and End entry for each process session too regardless of session log level though.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One thing I need to check is related to input parameters on Action stages. The documentation states that if logging is not disabled on a specific Action stage, any input parameters will be logged unless you click the&amp;nbsp;&lt;STRONG&gt;Don't log parameters on this stage&lt;/STRONG&gt; checkbox. So that could be were you're seeing an increase in the table size.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you tried viewing any of those session logs to see what's there?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2022 12:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46105#M2173</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-28T12:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Logs set to error only. What is expected behavior of this set up.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46106#M2174</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I ran a few tests and here's what I found. With Session logging set to &lt;STRONG&gt;Errors Only&lt;/STRONG&gt; there​ are entries in the session log for:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Creation of the session log. Even if you don't encounter any errors in the process there will still be a single entry for the creation of the session log.&lt;/LI&gt;
&lt;LI&gt;An entry for the exception that was raised&lt;/LI&gt;
&lt;LI&gt;An entry for the Action stage that caused the exception.&lt;/LI&gt;
&lt;/UL&gt;
None of the following stages were logged as long as they didn't encounter any errors.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16268.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16424iE0702E1C0B1804E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="16268.png" alt="16268.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2022 14:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Logs-set-to-error-only-What-is-expected-behavior-of-this-set-up/m-p/46106#M2174</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-28T14:28:00Z</dc:date>
    </item>
  </channel>
</rss>

