Logging
Last updated 4 days ago
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
sudo log stream --info --debug --predicate 'subsystem CONTAINS "nl.root3.catalog"'Collecting logs
sudo log show --last 24h --info --debug --predicate 'subsystem CONTAINS "nl.root3.catalog"' > ~/Desktop/catalog.log