WeSearch

Show HN: Logbox – let Claude monitor your dev logs

·2 min read · 0 reactions · 0 comments · 11 views
#development#logging#tools
Show HN: Logbox – let Claude monitor your dev logs
⚡ TL;DR · AI summary

Logbox is a tool designed to help developers manage and query their server logs more efficiently. It allows coding agents to access logs directly, streamlining the process of debugging and testing. With features like log storage, search capabilities, and session tracking, Logbox aims to enhance the development workflow.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

logbox Give coding agents direct access to local server logs. When your coding agent tries to test your server live, you end up scrolling through your terminal, copying log lines, and pasting them into the chat. Use logbox to pipe your dev server logs through it and query them directly via MCP. It manages log storage and search so it works across multiple services, previous dev sessions, and different branches. Quickstart 1. Pipe your dev server through logbox npx @struct-ai/logbox collect Add it to your dev scripts: { "scripts": { "dev": "npm run dev 2>&1 | npx @struct-ai/logbox collect" } } Logs pass through to your terminal as normal, but are also saved to ~/.logbox/logs.db. 2.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub