mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
Introduce slog-based structured logging throughout the booking service and server handlers. Add configurable log level via LOG_LEVEL environment variable. Replace legacy log usage with slog and propagate logger to booking service for improved observability. |
||
|---|---|---|
| .. | ||
| auth.go | ||
| handle_api_sync.go | ||
| handle_auth.go | ||
| handle_bookings.go | ||
| handle_healthz.go | ||
| handle_payments.go | ||
| handle_pdf.go | ||
| handle_reports.go | ||
| helper.go | ||
| middleware.go | ||
| option.go | ||
| routes.go | ||
| server.go | ||
| tracing.go | ||