Hello,
I found an interesting log level in a process that I maintain in production :
For each activity, the robot produces two logs :
- Log Message | User Provided List Executing
- Log Message | User Provided List Closed
How do I disable this option ?
Thanks.
hi, @Slim_Bouaouina2
Those logs are generated by UiPath when the Robot log level is set to Trace (activity-level tracing → Executing/Closed).
You can’t disable them individually.
To stop them, reduce the log level:
Orchestrator → Tenant → Settings → Logging → set to Information (or higher)
This will remove all activity execution logs.
Hello @Slim_Bouaouina2,
This level of detail appears when the logging level is set to “Trace”.
To remove/disable such logs you can change the logging level to “Info” follow this steps : 1) Go to Orchestrator >> Tenant >> Settings >> Logs
2) Find Robot Logging Level
3) Change from : “Trace” to “Info” (or “Warn”)
Let me know if you have more doubts and If this helps you do mark it as a solution.
Cheers!!
Hello,
thanks for your replies.
I don’t have a “logging” tab in the settings in Orchestrator.. It is strange
Regards
@Slim_Bouaouina2
Navigate to the highlighted path and click on edit the robot account
Then scroll down on the screen and expand the Advance Robot Options and change the Logging Level to Information and click on Update.
Now run the bot and it should show you Information and above only logs.