Mid Tier logging
You can log activity to debug the issues with . Depending on the issue, you may need to use a combination of logging provided by the mid tier and third-party products.
The mid tier log statement includes method calls, code execution, and informative messages for components. log statements are written into armidtier#.log file located in the <Remedy Mid Tier installation directory>\logs folder.
To set logging properties for , perform the following steps:
- Open Configuration Tool.
- Click Log Settings. For more information, see Configuring-the-Log-Settings-page-by-using-Mid-Tier-Configuration-Tool.
To setup detailed logging
- Login to Configuration tool.
http://<server name>:<port number>/arsys/shared/config/config.jsp Go to the Log Settings tab and set the following categories:
Category
Log level
Performance or back channel related issues
PERFORMANCE SERVLET
Session oriented issues
PERFORMANCE SERVLET SESSION MGMT
Web service issues
PERFORMANCE WEBSERVICE
Reporting issues
PERFORMANCE SERVLET REPORTING
and related issues
PERFORMANCE SERVLET DATA VISUALIZATION
The following screenshot displays the Log categories in .
- Ensure the following:
- Log Level is set to Fine
- Log Viewer is set to File
- Log Format set to Detailed text (includes class and methods)
- Maximum Log File Size (kb) is set to 10240
- Maximum Number of Log Files is set to 100
- Click Save changes to save your settings.
Perform the following steps to troubleshoot an issue:
- Note the path set in the Log Directory field.
When the problem is replicated, access mid tier logs. - Access the mid tier log directory using remote desktop, ssh, or shared drive.
- Share the mid tier logs with BMC support along with a copy of the config.properties file, located in the midtier\WEB-INF\classes\ folder.
The maximum limit of file upload is 1.5 GB.
Related topic
Configuring-the-Log-Settings-page-by-using-Mid-Tier-Configuration-Tool