ReferenceAsk
Remy Reference/admin/Show resource logs
?

Show resource logs

Streams a resource's instance logs, restarts included.
admin.infra.logs({ id, follow?, limit? })

Reads the log lines from a resource's instance, newest last, with each restart marked. --follow tails it live. It is where an out-of-memory kill or a crash loop shows up when a resource is unhealthy.

Parameters
id
string
RequiredResource id (positional).
--follow
flag
Tail the logs live.
--limit
number
How many lines to return.
CLI
remy-admin infra logs res_abc123 --follow