Viewing Logs¶
The devbox logs
command displays and follows logs from your services, similar to docker compose logs --tail 500 --follow
.
Note
Like other DevBox commands, this command supports automatic project detection based on your current directory. If automatic detection fails, you can specify the project name explicitly.
Usage¶
Option | Required | Description |
---|---|---|
--name <project-name> |
no | Project name. If not specified, will be detected from Git source |
<service-name-1> <service-name-2> ... |
no | Service names to show logs for. If not specified, shows logs from all services |