Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Alesh Slovak edited this page Sep 1, 2025 · 3 revisions

There are two types of logs as part of Kazeta, the session logs, and the game logs.

Session logs

Session log files contain logs of the session start including the launch of the game cart.

These logs can be found here: /var/kazeta/session.log - the log of the current session /var/kazeta/session.log.old - the log of the previous session, this is usually the log file you want to check if you tried starting a game cart on previous boot and it failed

Game logs

Game logs are logs that are output by the actual game. Most games output nothing, but some games do output some information that can be helpful when debugging.

On the Kazeta system, you can access game logs at the path: /var/kazeta/saves/default/<game id>/.kazeta/var/run.log replacing <game id> with the specific id of the game whose logs you are after.

Game logs are stored as part of the game's save file. So you can also transfer your save to external media and inspect the log file on a desktop computer. In that case, the log file is inside the save archive at the path .kazeta/var/run.log.

Clone this wiki locally