To configure the log file paths in a VM-based installation, perform the following procedure to configure and restart all services:
Step 1: In the Infoworks Edge Node, navigate to the IW_HOME/conf/conf.properties and edit the conf.properties file.
Step 2: The following configurations would already be present in the file. Edit the respective keys as per your requirement.
/opt/infoworks
is used as an example for the default IW_HOME. This might vary based on your installation path.platform_logs_base_path
is optional and defaults to iw_logs_base_dir/platform
.iw_logs_base_dir=/opt/infoworks/logs/
iw_jobs_log_path=/opt/infoworks/logs/job/
platform_logs_base_path=/opt/infoworks/logs/platform/
cluster_logs_download_base_path=/opt/infoworks/logs/cluster
Step 3: Navigate to IW_HOME/bin and run the following commands to restart all the services.
./stop.sh all mongo
./start.sh all mongo
iw_logs_base_dir
), you can store the logs in a cloud object storage. Infoworks does not manage this setup, so user needs to manage this completely.