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 ?
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:
- Open your UiPath project in Studio.
- Click on the “Settings” button in the toolbar.
- In the “Settings” window, go to the “Logging” tab.
- In the “Verbosity” section, select “Off” to disable logging, or select a lower level of verbosity to filter out some of the messages.
- Click “Save” to save your changes.
1 Like