Launch workflow interactive - error log full of spam

Dear all,

I am running my robot from launch workflow interactice as it is started trough task scheduler and runs on VM.
Unfortunately, this causes that all single steps are written into error log as “Trace” and it is too difficult to track log messages and others.
Is there a way how to avoid this?

@mario

In your robot on the VM, on the system tray, go to UiRobot > Settings
Check the Robot Logging level. You can change it as needed. Check out the below doc

Hello,

You can write log.txt file and use Append Line activity to write each line in text file.
this way you can achieve logging if you’re running code on windows scheduler.

Cheers,
Pankaj