Log files
You can view the log messages of the IBM Architecture Room LIVE! web servers such as the home, authentication, and audio servers in their respective log files. For example, livehome-err.log and livehome-out.log are two log files of the home web server. Besides the web server logs, the Mongo database related log files are available in the following path: <live-install-folder>\DR_Install\mongoinstall.log.
- By default, the log messages are directed to the <live-install-folder>\logs\ folder. The logs folder contains the logs of the Mongo database and the web servers such as authentication, home, and audio servers. Each web server will have two log files; one that contains the output and the other that contains the error messages. For example, <live-install-folder>\logs\liveauth-out.log and <live-install-folder>\logs\liveauth-err.log. You can provide custom log file names by editing the properties out_file and error_file in the <live-install-folder>\DR_Install\pm2.config.js file.
- Log messages are also produced by the Mongo database. By default, these messages are printed to <live-install-folder>\DR_Install\mongoinstall.log. You can use a different log file by editing the property mongo_log_file in the <live-install-folder>\DR_Install\dr-config.json file.