Enabling verbose-level Runtime logging
Enabling verbose-level Runtime logging
Enabling verbose-level Runtime logging | |
---|---|
New URL | https://docs-previous.pega.com/pega-rpa/enabling-verbose-level-runtime-logging |
This article has been moved over to our Pega Community here in order to align with our larger content strategy. Please update any bookmarks or links that you may have to this location. |
Note: If you are using version 22.1, see Enabling verbose-level Runtime logging.
Overview
Capturing verbose-level Runtime logging files can help to diagnose and resolve errors, when requested by the Pega Robotic Automation support team. The default location of the RuntimeConfig.xml may differ depending on the version of the product.
- For Robot Runtime version v19.1: %appdata%\Pegasystems
- For Robot Runtime version 8.0 SP1 and earlier: %appdata%\Openspan
Use case example
If you are designing an automation with Pega Robot Studio, and it isn't working as expected, verbose logging can help you or Pega Support determine what the issue is.
Modifying the RuntimeConfig.xml file
To enable verbose logging, perform the following steps:
- Before starting Pega Robot Runtime, navigate to the RuntimeConfig.xml file.
- Open the xml file in your preferred text editor.
- Find type=“OpenSpan.Diagnostics.Publishers.FilePublisher" near the top of the document. On the same line, set the publisher mode to on.
- Towards the bottom of the file, find the <LogCategories> section. For each category, change the logLevel attribute from its current value to 4.
In Notepad, all logLevels can be set to 4 at once, using the Ctrl+H and Replace window.
- Save the file.
- Re-create the issue that you experienced. Take note of when you began the steps to re-create the issue and when you finished.
- After you re-create the issue, turn off the logging by setting the publisher mode to off for type=“OpenSpan.Diagnostics.Publishers.FilePublisher”.
- Collect the log file, timestamps, and any additional notes about the issue and provide them to your Support Engineer for analysis.
Results
You can find the log files in the same folder as the RuntimeConfig.xml file. The file is assigned the name RuntimeLog.txt.