targon logs
The targon logs command allows you to read logs from a deployed workload.
targon logs <UID> [OPTIONS]
Arguments
UID: The unique identifier of the workload (e.g.,wrk-xxxxxxxx) from which you want to read logs.
Options
-f,--follow: Follow logs in real-time. When enabled, new log lines are streamed as they arrive until you pressCtrl+C. By default, the command fetches the currently available logs and exits.