Customize RPA logs location
RPA Nginx
Open
nginx.conflocated in the<RPA_ROOT>/nginx/confdirectory and add the following lines before server section:access_log d:/RPA/nginx/access.log; error_log d:/RPA/nginx/error.log; server { ...Make sure that target directory exists before restarting nginx.
tip
If rotation scripts are used, update the rotate_nginx_logs.bat script.
RPA grid
Open logback-*.xml located in the <RPA_ROOT>/rpa-grid directory and edit the LOG_DIR property:
<property name="LOG_DIR" value="d:/RPA/logs-grid"/>
Required files:
logback-hub.xmllogback-node0.xmllogback-node1.xml
Optional files depending on the number of configured RPA nodes:
logback-nodeX.xml
RPA JVM Inspector
Open logback-jvm-inspector.xml located in the <RPA_ROOT>/jvm-inspector directory and edit the LOG_DIR property.
<property name="LOG_DIR" value="d:/RPA/logs-jvm-inspector"/>
RPA Platform Monitor
Open wfagent-*.yml located in the <RPA_ROOT>/wfagent directory and edit the logging.folder property. Make sure you change only parent directory (D:/RPA) and leave agent-specific directory (logs-agent-1, logs-agent-2) unchanged because there might be multiple agents running on the same machine.
logging.folder: d:/RPA/logs-agent-1
Required files:
wfagent-1.ymlwfagent-2.ymlwfagent-3.yml