-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Compose Logs
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Streams the logs of every container in a compose project.
ed machines docker compose logs [--tail <n>] [--follow] <machine> <project>
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias, id, or any unambiguous prefix | required | Which machine to ask. |
<project> |
compose project name, exactly as compose ls prints it |
required | Whose logs to stream. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--tail |
integer, 0 or more | 200 |
How many trailing lines to show, per service. |
--follow, -f
|
flag | off | Keep streaming until interrupted. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
There is no --json, and unlike ed machines docker logs there are no
timestamps: compose prefixes each line with the service name instead.
ed machines tuf docker compose logs noveum-local-db
ed machines tuf docker compose logs noveum-local-db --tail 20
ed machines tuf docker compose logs noveum-local-db --tail 0 --follow
The remote command is docker compose -p <project> logs --tail <n> [-f], after
the same project check the other compose verbs make, so an unlisted project
exits 3 before anything streams. --tail is validated first and a negative
value exits 2.
Like ed machines docker logs, this is a passthrough: stdout and stderr stay
separate, there is no timeout, and the remote exit code becomes yours.
-
ed machines docker, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides