Collecting Hamina Onsite Logs
While very rare, we might need you to collect some logs from Hamina Onsite to troubleshoot connection or site survey issues.
Collecting Logs
Open the terminal on Mac and switch to the folder where you want to store the log file. E.g:
cd ~/DownloadsCollect the log file named `onsite_log.logarchive in the folder:
sudo log collect --device-name "Jussi iPhone" --start "2024-02-06 11:45:00" --output onsite_log.logarchive
Converting Logs to a Smaller Text File
The log collection command doesn’t have an end date filter, and the logs contain a lot of other apps and OS log messages that we are not interested in. The logs can be filtered on the command line with the log show command to include only Onsite logs in a specific time interval:
This will create a text file onsite_log.txt that contains only the Onsite app logs.
Last updated