How to store logs of each session in a single text file

If you run the RPA software in hard-drive storage mode, then the logs files are automatically stored in the /logs folder of the UI.Vision root directory (as defined in the XModule settings page). Thus no more localstorageexport | log needed!

In this screenshot the xmodule root directory is 1rpa-macros:

image

The RPA software creates a new log file at each UI.Vision IDE start. As long as the IDE remains open, it writes everything to the same log. If you prefer to have all the logs in just a single file, you can combine (merge) all the text log files easily via command line:

copy log-*.txt new-single-file.txt <= this merges all log files in the /log folder into one!

2 Likes