What does Misc Private option do?

What does Misc Private option on many activities do?

All information that I can get is:
When selected, the activity generates no log data.

But even if I check the option, logs still come out, so I don’t know how to use it.

1 Like

I know that if you use Private on a variable, it will not display the variable data while in Debug like if you don’t want confidential info accidentally shown to developers. I cannot verify, but I bet it will also keep that information from displaying in the Execution Log located at c:\users<username>\AppData\UiPath

2 Likes

Check if your Robot logging level is set to verbose.
If you are running the robot locally then all activities get logged when you run in debug mode.