๐Ÿ“‹

havn logs

Observability

Stream and search application logs

Tail live log streams or query historical logs from any deployed service. Supports full-text search, log levels, and structured JSON output.

havn logs [service] [--tail] [--since <duration>] [--level <level>]
  • โœ“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
~ 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)