How to get logs in local mode

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.

1 Like

Hi @thundron - thanks!

balena logs <ip-address> worked perfect! :partying_face:

1 Like