---
summary: "CLI reference for `idlehands logs` (tail gateway logs via RPC)"
read_when:
  - You need to tail Gateway logs remotely (without SSH)
  - You want JSON log lines for tooling
title: "logs"
---

# `idlehands logs`

Tail Gateway file logs over RPC (works in remote mode).

Related:

- Logging overview: [Logging](/logging)

## Examples

```bash
idlehands logs
idlehands logs --follow
idlehands logs --json
idlehands logs --limit 500
idlehands logs --local-time
idlehands logs --follow --local-time
```

Use `--local-time` to render timestamps in your local timezone.
