> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komodo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# setup-logs

Get the setup logs for a given machine.

## Usage

`komo machine setup-logs [OPTIONS] MACHINE_NAME`

## Options

| Option       | Description                                                                                                                                                                    | Type |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---- |
| ‑w, ‑‑follow | If this option is specified, this command will continuously output new log entries until the job finishes. Otherwise, this command will output the current logs and then exit. | flag |

## Examples

Get the logs for machine `dev`

```bash theme={null}
komo machine setup-logs -f dev
```
