View inference snap logsΒΆ
To view the logs of the inference snap, use the following command:
sudo snap logs <inference-snap>
In order to follow the logs, set the -f flag:
sudo snap logs <inference-snap> -f
To query additional logs, set the -n flag with the number of lines.
For example for 100 lines:
sudo snap logs <inference-snap> -f -n 100
Set -n all to query all logs.