Menu Bar App Logs and Debugging in Terminal App - Jamf Connect Documentation 2.45.0

Jamf Connect Documentation 2.45.0

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

You can run the menu bar app 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.

You can use any of the following common commands to collect logs from the Jamf Connect menu bar app.

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