Debug Information
You can use logs to view key events during RePlay execution and troubleshoot issues with any system core or a specific game.
Steps:
- Go to
SYSTEM > LOG LEVELand set the desired value (for example, INFO). - Connect to your Raspberry Pi via SSH.
- Stop the running process with
systemctl stop replay.service. - Go to the RePlay system folder:
cd /opt/replay. - Start RePlay with
./replay.
After doing the above steps, RePlay will run in the foreground and you will see log output in your SSH terminal. To stop it, press Ctrl + C.
Note: leaving logging enabled when it is not required can slightly impact performance and may briefly show white text on screen when using CRT modes.