How to generate logs for UiPath Orchestrator Credentials Proxy application?
- In order to enable logging for Orchestrator credentials proxy, log in to the server where credentials proxy is installed.
- Navigate to the installation location(C:\Program Files\UiPath\OrchestratorCredentialsProxy) and open appsettings.json file.
- Update a relative/absolute path for NLog.targets.logfile.fileName where the user under which the application pool is running has write access. (e.g., - C:/logs/nlog-${shortdate}.log)
- Save the file and restart IIS by running IISRESET command in command prompt opened in elevated mode. Now, the application should start generating log files in the location mentioned based on the date.