Edge for Private Cloud v. 4.17.01
By default, the log files for an Edge component are written to the /opt/apigee/var/log/componentName directory. Use the following procedure to change the default location for all Edge components except the Edge UI:
- Create the following file:
/opt/apigee/etc/componentName.d/APIGEE_APP_LOGDIR.sh - Add the following property to the file:
APIGEE_APP_LOGDIR=/foo/bar
where /foo/bar specifies the directory for the log files. - Restart the component:
> /opt/apigee/apigee-service/bin/apigee-service compName restart