Blue Prism Logging Level
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-12-21 08:31 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-12-21 10:38 PM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-06-23 07:57 AM
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!
