Skip to main content

Composer Debug Logging

Updated over 2 weeks ago

Issue Description

Composer streams its logging to the OS Log that most other apps report to. This data can be useful when researching issues, developing fixes, and it is always helpful to add to the case and Product Issue notes.


Troubleshooting Steps

  1. Opening Console and having the default selection of the current computer on the left will give access to the logs.

  2. Filter the logs using the keyword 'Composer' and perform the actions that cause the issue. Copy and paste the output into a text file for documentation purposes.

    1. Logs through Terminal:
      Logs can be streamed through Terminal with the following command:

/usr/bin/log stream --predicate "subsystem == 'com.jamfsoftware.composer'" --debug
Did this answer your question?