How can i remove this Audit message from Excel activities?

I am reading an excel file using Excel process scope with inside is a Use excel activity. In orchestrator logs, I get “Audit: Using Excel File:” .
How can i stop this message from appearing?

1 Like

Hi

You can configure this Project settings

To configure activity properties at project level click the icon in the Project panel. The Project Settings window opens

From there

Project Settings > UI Automation Modern > Robot logging > Log audit information* , that allows you to disable these logs

Hope this clarifies
Cheers @Rowley101

Hello @Rowley101

  1. Open your workflow in UiPath Studio.
  2. Locate the activity or activities that trigger the “Audit: Using Excel File” message in Orchestrator logs.
  3. Add a Log Message activity before or after the activity causing the message.
  4. In the Log Message activity, configure the following properties:
  • Message: Provide a custom message that you want to log instead of the “Audit: Using Excel File” message.
  • Level: Choose an appropriate log level (e.g., “Info” or “Verbose”) based on your logging needs.
  1. Save and publish your workflow to Orchestrator.

Thanks & Cheers!!!

This will only cause an extra log message to be logged in addition to the Audit message.