Logging configuration
Sterling™ Order Management System Software includes basic logging functionality. Log files are generated during installation, migration, and when running the application server. Log files are located in <INSTALL_DIR>/logs.
For example, the migrator_statistics.log file, which is generated
during installation and migration, contains migrator statistics and
database table changes. Log files that are generated when running
the application server include:
- login_ip_details.log
- The login_ip_details.log file contains the IP information of users accessing the deployed application.
- requestinfo.log
- When the request log is started, the requesinfo.log identifies JSB Targets and Mashup IDs in the Web UI Framework.
- sci.log
- The sci.log file contains information about activities related to the application server.
- securityinfo.log
- The securityinfo.log file contains information about the authentication access tokens generated for new users accessing the application. This information is also available in the PLT_ACCESS_TOKEN table.
You can change logging parameters, if necessary, to better suit your needs.
Note: Before setting up the logging parameters, ensure that you understand the log4j1
utility. For detailed information about this utility, see the Apache website.