Command Line Tools
wheels deploy app logs
docker logs fanned out across every host, prefixed by host. Follows and per-container targeting supported.
Synopsis
Section titled “Synopsis”wheels deploy app logs [--tail=<N>] [--follow] [--container=<name>] [--role=<name>] [--destination=<name>]| Flag | Description |
|---|---|
--tail=<N> | Trailing lines per host. Default 100. |
--follow | docker logs --follow. Leaves the connection open; Ctrl-C to stop. |
--container=<name> | Target one specific container name instead of every service-labelled container. |
--role=<name> | Limit to one role. |
--destination=<name> | Overlay destination config. |
--release is not required.
Behavior
Section titled “Behavior”Emits docker logs --tail <N> [--follow] [<container>] per host. Output is line-buffered and prefixed with [<host>].
Under --follow, the command fans out in parallel and stays running until interrupted.
Examples
Section titled “Examples”wheels deploy app logswheels deploy app logs --tail=500wheels deploy app logs --follow --role=webwheels deploy app logs --container=myapp-web-abc1234