Logging
When you are troubleshooting, log files can help you.
To get more logging information, you can set these environment variables:
-
RPI_SERVER_LOGGING=1
Logs information from reporting or dom processes in $BSE/log/log.rpi
-
DOM_TRACE=<N>
Logs information from scheduler process in $BSE/log/log.rpi
- N=1: Errors are logged
- N=2: Informational messages
- N=3: Debug level
In case of issues also check the $BSE/tmp/bshell.<pid> file and the $BSE/log/log.bshell file.