Database configuration logs and messages
The scripts for configuring and removing the event database create
two log files.
- The install_root/logs/event/event_db.log log
file contains detailed trace information.
- The install_root/logs/event/event_db_msg.log log file
contains any messages generated by the database configuration script.
Log file messages are in the following format:
<Date> <month><year> <time><Class> <Methods><Type> <Message>
The fields in the message statements are as follows:
- Class
- The name of the class generating the message.
- Method
- The method generating the log message.
- Type
- The type of message. This can be any of the following:
- Entry
- Exit
- Error
- Information
- Warning
- Message
- The text of the message.