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 <drlive-install-folder>\DR_Install\drlive-out.log and the error messages are printed to the file <drlive-install-folder>\DR_Install\drlive-err.log. You can use different log files by editing the properties out_file and error_file in <drlive-install-folder>\DR_Install\pm2.config.js.
- Log messages are also produced by the Mongo database. By default, these messages are printed to <drlive-install-folder>\DR_Install\mongodb.log. You can use a different log file by editing the property mongo-log-file in <drlive-install-folder>\DR_Install\dr-config.json.