---
title: "codespar logs"
description: "Inspect tool-call execution logs"
---

# codespar logs

Inspect tool-call execution logs

1 comando. Esta página é gerada da árvore de `--help` da CLI publicada, então ela descreve o que você instala, não o que está em `main`.

### `codespar logs tail`

Show recent tool calls; with --follow, poll for new ones

```bash
codespar logs tail [options]
```

| opção | o que faz |
|---|---|
| `-s, --server <id>` | Keep only this server (applied to the page fetched) |
| `--status <s>` | Keep only this status (applied to the page fetched) |
| `-t, --tool <name>` | Keep only this tool (applied to the page fetched) |
| `--limit <n>` | How many recent calls to read (default 20) |
| `-f, --follow` | Keep polling for new calls until interrupted |
