How to get/pull/download all container logs that are stored/persisted (Dashboard logs aren’t enough )?
Hi, are you referring to persistent logging? If so, logs are located at /var/log/journal/<uuid>
where <uuid>
matches the contents of /etc/machine-id
and is not related with the balena device UUID (quoted from the docs ). See: Device Logs - Balena Documentation
Further below in that doc, you can see how to set up long-term device log storage if necessary (see: Device Logs - Balena Documentation )