Log Files
Save Logs
To save the logs from the device:
- From the Help screen, tap Save Logs.
- Select the location to save the logs.
Downloading Log Files
Tap help (?) > Save Logs.
In the Save Log Files dialog, enter a name for the zip file containing the system logs.
Save the log files to a folder.
Types of Log File
There are three types of log files:
- Dataset-specific log files
- Global (dataset independent) log files
- Diagnosis files from our diagnosis script
Dataset-Specific Log Files
These contain all the information messages from mapping, processing, and image stitching. The log files are stored under logs
in every dataset, e.g. /path/to/project/datasets_rec/2015-04-28_15.55.23/logs/
.
For most support tasks, the relevant log files are:
File name | Description |
datasets_rec/<dataset-name>/logs/mapping.log | Output of the mapping run |
datasets_rec/<dataset-name>/logs/sorting.log | Log of the image sorting process, which happens after images are downloaded from the cameras to the device's data disk |
datasets_proc/<dataset-name>/logs/proc/postprocessing.log | Output of post-processing |
datasets_proc/<dataset-name>/logs/proc/stitching.log | Output of the panorama stitching process |
datasets_web/<dataset-name>/logs/web.log | Output of web processing |
Global Log Files
Global log files are independent of any dataset. These logs contain the status messages of the application from startup until shutdown. The files are stored under /var/log/NavVis
. There is one file per day, e.g., /var/log/NavVis/2015-04-28_NavVis.log
.
To pack them together into a single archive, run:
tar -zcvf NavVis.log.tar.gz /var/log/NavVis
This will pack all the log files in /var/log/NavVis
into an archive NavVis.log.tar.gz
, which can be sent to NavVis technical support.