---
summary: "CLI reference for `AURA 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"
---

# `AURA logs`

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

Related:

- Logging overview: [Logging](/logging)

## Examples

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

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