rentease/internal/server
Ruidy 40d2338c0f
feat(logging): add slog-based structured logging
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.
2025-09-12 12:17:22 -04:00
..
auth.go refactor authentication service 2024-09-13 17:32:18 +02:00
handle_api_sync.go create invoice (#39) 2025-02-04 11:34:14 +01:00
handle_auth.go refactor authentication service 2024-09-13 17:32:18 +02:00
handle_bookings.go feat(logging): add slog-based structured logging 2025-09-12 12:17:22 -04:00
handle_healthz.go move calendar to driver layer 2024-09-11 09:09:23 +02:00
handle_payments.go translate platform and payment method in invoices (#42) 2025-02-22 09:24:34 +01:00
handle_pdf.go fix card calculation sql (#44) 2025-02-22 14:19:48 +01:00
handle_reports.go update report template (#43) 2025-02-22 12:28:56 +01:00
helper.go hx boost helper 2024-09-09 22:34:29 +02:00
middleware.go upgrade to Go 1.23 2024-08-21 07:41:54 +02:00
option.go refactor: server option to own filed 2024-08-15 23:48:35 +02:00
routes.go create invoice (#39) 2025-02-04 11:34:14 +01:00
server.go move booking to service layer 2024-09-12 22:18:12 +02:00
tracing.go basic tracing middleware 2024-03-11 22:11:08 +01:00