I am trying to develop a Node application running on Raspberry pi 3, in development and local mode.
Since running in local mode does not stream any logs to the balena dashboard, how can I access the logs?
I am trying to develop a Node application running on Raspberry pi 3, in development and local mode.
Since running in local mode does not stream any logs to the balena dashboard, how can I access the logs?
Hi and welcome back!
You can use the CLI balena logs <ip-address>
command to fetch logs from a device running in local mode.
Hi @thundron - thanks!
balena logs <ip-address>
worked perfect!