Write UiPath logs into azure

Is it possible to write those logs that are written implicitly by UiPath into azure (blob preferably)? It is written into local appdata folder by default. Was wondering whether writing a native activity(https://www.uipath.com/kb-articles/how-to-create-a-custom-activity) help

Check nlog.config in Uipath install folder for changing where it writes and nlog documentation for targets that are available.
Didn’t try what you are asking, but it shouldnt be impossible.

1 Like