Self Service+ Logs and Debugging in Terminal App

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

You can run the Self Service+ in verbose mode and collect logs to help troubleshoot issues.

Note:

For increased log levels, you can download and install the debug logging configuration profile from the Jamf Connect DMG. While installed, Jamf Connect logs include more detailed error messages when adding --debug to a Terminal command.

You can use any of the following common commands to collect logs from Self Service+.

Command

Output

log show --style compact --predicate 'subsystem == "com.jamf.connect"' --debug > ~/Desktop/JamfConnect.log

Outputs all historical logs to a file.

log show --style compact --predicate 'subsystem == "com.jamf.connect"' --debug --last 30m > ~/Desktop/JamfConnect.log

Output recent logs to a file. This example collects logs from the last 30 minutes.

log stream --style compact --predicate 'subsystem == "com.jamf.connect"' --debug

Streams current logs in Terminal