cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism Logging Level

NeilKalmes
Level 2
Hi All,
I'm new to this community and wanted to see if anyone is aware if the logging level for a given robotic process is saved to the back-end database.  If so, do you know which table?  We'd like to write an alert to search for any processes that have elevated logging turned on as we've seen performance hits when this is occurring.
Thanks and Happy New Year!
Neil
2 REPLIES 2

bruce.liu
Staff
Staff
Hi Neil,

The logging level is set in the object/process definition, stored in XML format. You can find such definition in BPAProcess.processxml column. BPAProcess.ProcessType column gives you if you are reading an object (O) or a process (P). Before you can read the logging level from the definition, you need to parse the XML to return the stage to logging level mapping.

Hope this helps.

AlexanderBopp
Level 4

Hi Neil

I wanted to check if you were able to get something working with regards to alerting when there are processes/objects with elevated logging level? I believe this could be vey useful to the community and other users. I'd be interested to hear about your solution. Thanks!