Skip to content

check logs of a failed jarvis

Evan Feenstra edited this page Dec 6, 2023 · 1 revision

enter a sudo shell:

sudo -s

set jarvis id:

JARVIS_ID=$(docker inspect --format="{{.Id}}" jarvis.sphinx)

open the file:

vi /var/lib/docker/containers/$JARVIS_ID/$JARVIS_ID-json.log

Clone this wiki locally