Question
OpenSpan Inc
OpenSpan Inc
US
OpenSpan Inc
Posted: Apr 14, 2020
Last activity: Apr 14, 2020
Last activity: 14 Apr 2020 11:03 EDT
Closed
How can i get unicode characters to appear in the Runtime log?
I'm trying to get unicode characters in a Pega Robot Runtime log file. Any ideas on how to do that?
The Log4Net option allows you to change the encoding value which will allow unicode characters to be written to the Log4Net logs. In the RuntimeConfig, StudioConfig or RPAConfig just add:
<encoding value="utf-8" />
below the appender entry. Here is a screenshot of the section of the file: