App Catalog
What's NewStatusRoot3
  • 🌟Introduction to App Catalog
  • 🚀Getting Started
  • đŸ—ī¸Components
  • 🔒Security & Privacy
  • ✅Requirements
  • đŸ› ī¸Configuration & Deployment
    • Configuration Profile
      • Preference Keys - Catalog Agent
      • Preference Keys - Catalog App
      • Integrating with MDM
      • Configuration Profile Example
    • Installing App Catalog
    • Granting User Notifications
    • Managed Login Item
    • Full Disk Access (PPPC)
  • đŸ•šī¸Catalog Agent
    • Catalog Agent CLI
    • Installing apps
      • Dock items
      • Mandatory Apps
      • Force reinstalling apps
    • Updating apps
      • User deferrals
      • Delaying app updates
      • Updating individual apps
  • đŸ–Ĩī¸Catalog App
    • Application modes
    • User Mode
    • Admin Mode
    • Branding
      • App and notification icon
      • In-app branding
    • Language
    • Updating apps
  • 🔌Integration Guides
    • Microsoft Intune
    • Jamf Pro
    • Kandji
    • Root3 Support App
  • Troubleshooting
    • Logging
    • Error codes
    • Uninstalling App Catalog
  • ❓How To's
    • Get an app Bundle Identifier
    • Get an SF Symbol
    • Get TeamViewer Configuration ID
Powered by GitBook
On this page
  • Streaming logs
  • Collecting logs

Was this helpful?

  1. Troubleshooting

Logging

Logging is a useful tool for troubleshooting and diagnosing issues with the App Catalog. By streaming logs, you can gain insight into the service's activities and identify any issues that may arise.

Streaming logs

To stream logs in realtime, you'll need to open a Terminal window and run the following command:

sudo log stream --info --debug --predicate 'subsystem CONTAINS "nl.root3.catalog"'

Collecting logs

To collect logs from earlier moments you can use the log collect command. In the example below the logs from the last 24 hours are saved to the user's Desktop:

sudo log show --last 24h --info --debug --predicate 'subsystem CONTAINS "nl.root3.catalog"' > ~/Desktop/catalog.log 
PreviousRoot3 Support AppNextError codes

Last updated 7 months ago

Was this helpful?