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

# `omniagent logs`

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

Related:

- Logging overview: [Logging](/logging)

## Examples

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

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