rdev/internal/logging
jordan 2a2f2fa370
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(logging): implement http.Flusher on responseWriter for SSE streaming
The logging middleware's responseWriter wrapped http.ResponseWriter but
only implemented WriteHeader, Write, and Unwrap. The missing Flush()
method caused w.(http.Flusher) type assertions to fail in the claudebox
sidecar's streaming endpoint, returning 500 "streaming not supported".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:23:42 -07:00
..
audit.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
config.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
context.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
fields.go feat(saga): implement enterprise-grade resilience architecture 2026-02-08 01:58:02 -07:00
format.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
handler.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
levels.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
logger_test.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
logger.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
middleware_test.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
middleware.go fix(logging): implement http.Flusher on responseWriter for SSE streaming 2026-02-09 13:23:42 -07:00
nop.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
redact_test.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
redact.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00