Logging
Logging can be useful for diagnosing issues or raising a support ticket with Jigsaw24 for assistance. You can stream logs or collect them in real-time quickly.
Support Logs
To quickly and easily access logs on the application, simply hold cmd
and click the version number
within Elevate24. This will output the logs to the /tmp/
location and compress them.
Streaming Logs 2.3+
zsh
sudo log show --predicate '(process == "Elevate24")' --last 2h --info
zsh
sudo log show --predicate '( process == "Elevate24Extension")' --last 2h --info
Streaming Logs 2.1.0 - 2.2.8
zsh
sudo log show --predicate '(process == "Elevate24")' --last 2h --info
zsh
sudo log show --predicate '( process == "Elevate24SecurityExtension")' --last 2h --info