How can we Generate Logs through robot that do not get saved in orchestrator

I need help in one of solution , where I want to trigger process through orchestrator, but do not want logs to save in orchestrator but like to save logs in custom location on machine where that bot runs. How can I achieve this?

@vaneet_kumar1

Do not use log message activity…then no logs …in orchestrator…may be few default logs like audit logs might come…you can remove them also by setting the log level in robot/assuistant to fatal

And for custom logging just create a csv log file and use append csv activity to append the logs you want

Cheers

Actually solutions are already developed, we just need to implement this .

Logs are already stored on the machine the Job runs on.

C:\Users\username\AppData\Local\UiPath\Logs\Execution.log

It save Logs only when we are running studio, But question is how logs will get save when it is trigger by Orchestrator? I do not want to save logs in Orchestrator when Bot trigger code in machine . I only want to save logs only in custom folder(not Orchestrator), when code is trigger by Orchestrator.