Files
beads/cmd/bd
Steve Yegge 05f37d2408 Introduce slog for structured daemon logging (bd-u2sc.4)
- Replace custom daemonLogger with slog-based structured logging
- Add --log-level flag (debug, info, warn, error) with default "info"
- Add --log-json flag for JSON-formatted log output
- Update log calls to use appropriate levels (Error, Warn, Info, Debug)
- Add test helper functions (newTestLogger, newTestLoggerWithWriter)

Log output examples:
  Text: time=2025-12-23T12:30:00Z level=INFO msg="daemon started" socket=/tmp/bd.sock
  JSON: {"time":"...","level":"INFO","msg":"daemon started","socket":"/tmp/bd.sock"}

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 13:46:26 -08:00
..
2025-12-16 17:26:06 -08:00
2025-12-22 03:18:55 -08:00
2025-12-23 04:58:19 -08:00
2025-12-19 17:58:24 -08:00
2025-12-23 05:10:38 -08:00
2025-12-23 13:39:51 -08:00
2025-12-23 04:58:19 -08:00