What is this Log Event ? It is getting printed even in my excel

I am using ChatGPT API , I am asking questions and correspondingly output is returned.
But in this output something called LogEvent is also getting returned !
I dont know why , but its not something ChatGPT is giving me. It is getting generated by UiPath.
When i am inserting this data in excel. The logEvent is appearing over there too.
Any Solutions ?

This is how it is showing

@PAJ1999 ,
Can you Compare your workflow with this workflow and check?
Main.zip (3.4 KB)

Regards,

Hi @PAJ1999

To avoid seeing the LogEvent in your output, you can modify your UiPath project to disable logging.
Here’s how you can do that:

  1. Open your UiPath project in Studio.
  2. Click on the “Settings” button in the toolbar.
  3. In the “Settings” window, go to the “Logging” tab.
  4. In the “Verbosity” section, select “Off” to disable logging, or select a lower level of verbosity to filter out some of the messages.
  5. Click “Save” to save your changes.
1 Like