๐
havn logs
ObservabilityStream and search application logs
Overview
Tail live log streams or query historical logs from any deployed service. Supports full-text search, log levels, and structured JSON output.
Usage
havn logs [service] [--tail] [--since <duration>] [--level <level>]Features
- โReal-time log streaming
- โFull-text search & filtering
- โLog level filtering (debug โ fatal)
- โStructured JSON & pretty output modes
- โExport to file or pipe to other tools
Example
~ havn-shell
$ havn logs my-api --tail --level error [12:01:05] ERROR Unhandled promise rejection: ... [12:01:07] ERROR Database connection timeout [12:01:09] ERROR Rate limit exceeded for /api/v1 โถ Streaming logsโฆ (Ctrl+C to stop)
โ Back to all tools
Related tools