25-02-22 05:48 PM
28-02-22 12:34 PM
Hi @Tejaskumar_Darji,
There are generally two types of logging in Blue Prism: Session Logs (which are written to the DB) and what I'll refer to as Traditional Logs (which are written to the Windows Event Viewer and regular log files).
As you've pointed out, we're talking about session logs. By default, logging is enabled on all new stages created for a process, and all new Exception stages created for an object. The logging 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 Enabled, Disabled, and Errors Only.
In your case, since you've set session logging to Errors Only 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.
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 Don't log parameters on this stage checkbox. So that could be were you're seeing an increase in the table size.
Have you tried viewing any of those session logs to see what's there?
Cheers,
28-02-22 02:28 PM