Skip to content

Commit dd690bc

Browse files
committed
feat: introduce structured logging with dedicated loggers for API service handlers and infrastructure.
1 parent cf2a20e commit dd690bc

17 files changed

Lines changed: 1188 additions & 49 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ BookStore/
129129
- **[Production Scaling Guide](docs/production-scaling-guide.md)** - Scale applications and databases in production
130130
- **[Configuration Guide](docs/configuration-guide.md)** - Options pattern and validation
131131
- **[Performance Guide](docs/performance-guide.md)** - GC optimization and performance tuning
132+
- **[Logging Guide](docs/logging-guide.md)** - Structured logging with source-generated log messages
132133
- **[Testing Guide](docs/testing-guide.md)** - Testing with TUnit, assertions, and best practices
133134
- **[Wolverine Integration](docs/wolverine-guide.md)** - Command/handler pattern with Wolverine
134135
- **[API Conventions](docs/api-conventions-guide.md)** - Time handling and JSON serialization standards

0 commit comments

Comments
 (0)