> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-cli/1node-logs.md).

# 1node logs

Usage

```
1node logs --deployment <leaseId> [--follow]
```

| Option         | Description              |
| -------------- | ------------------------ |
| `--deployment` | Lease or job ID          |
| `--follow`     | Follow logs in real time |

Example

```
1node logs --deployment akash1xyz --follow
```

Sample Output

```
[10:15:03] Inference started
[10:15:04] Model loaded
[10:15:06] Received request: { text: "hello" }
[10:15:07] Responded in 50ms
```
