brewlog/src/application
Jon Seager 06384265d3
refactor(logging): switch to env-based log format with HTTP tracing
- Replace tracing-bunyan-formatter with tracing-subscriber's built-in fmt layer
- Default to compact human-readable format, JSON opt-in via RUST_LOG_FORMAT=json
- Add tower-http TraceLayer for automatic HTTP request/response logging
- Remove tracing-bunyan-formatter and tracing-log dependencies
2026-02-05 18:13:19 +00:00
..
routes refactor(logging): switch to env-based log format with HTTP tracing 2026-02-05 18:13:19 +00:00
auth.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
server.rs feat(ai): record usage after each OpenRouter extraction 2026-02-05 12:09:36 +00:00