Examining Log Files on an Instance
Use log files to identify what's occurring on an instance to help troubleshoot issues.
Pre-General Availability: 2024-10-11
The following legal notice applies to Oracle pre-GA releases. For copyright and other applicable notices, see Oracle Legal Notices.
Pre-General Availability Draft Documentation Notice
This documentation is in pre-General Availability status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
Linux Logs
Instance Type | Log File Location |
---|---|
OCI |
The last 3 logs for the plugin are logged in All errors and exceptions are logged in |
Examining the wlms_plugin_errors.log
file
Examining the wlms_plugin_errors.log
file can be useful to filter for errors or exceptions.
- Linux
-
Run the following with root permissions.
To check for errors or failures:
grep -i -e error -e fail /var/log/oracle-cloud-agent/plugins/oci-wlms/wlms_plugin_errors.log
To check for exceptions:
grep -i -e exception -e fail /var/log/oracle-cloud-agent/plugins/oci-wlms/wlms_plugin_errors.log