Log files
You can view the log messages of the IBM Architecture Room LIVE! web server and the Mongo database in their respective log files.
- By default, the output printed by the IBM Architecture Room LIVE! web server is directed to the file <live-install-folder>\DR_Install\live-out.log and the error messages are printed to the file <live-install-folder>\DR_Install\live-err.log. You can use different log files by editing the properties out_file and error_file in <live-install-folder>\DR_Install\pm2.config.js.
- Log messages are also produced by the Mongo database. By default, these messages are printed to <live-install-folder>\DR_Install\mongodb.log. You can use a different log file by editing the property mongo-log-file in <live-install-folder>\DR_Install\dr-config.json.