password for Han’s laptop: 4860
Running open main.log
on Mac or Windows in the following directories will bring up the logs for the app
~/.config/Universe/logs/main.log
~/Library/Logs/Universe/main.log
In the File Explorer type in %AppData%/Universe/logs/main.log
Mac
Opening /Users/{username}/Library/Application Support/Universe/database/{realm}/voter.universe.app
in SQLITE DB viewer will allow you to see the current state of the world with their voter data
Looking at the logs on app startup, we can see the path for the universe file [log.info](<http://log.info/>)(Data Directory: ${process.env.APP_DATA});
If you have issues with the data file actually updating (as in an old deploy keeps replacing the data you have on disk that you wanna use to deploy an update), even when the downloaded app is closed while you do this swap, you’ll need to do some commenting in the bigBang.ts
file as a workaround and run it in prod mode to make the latest deploy