rentease/internal/service/booking
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
..
invoice.go create invoice (#39) 2025-02-04 11:34:14 +01:00
item.go RE19 taxes only for booking (#24) 2024-11-14 23:29:20 +01:00
line.go move booking to service layer 2024-09-12 22:18:12 +02:00
models.go translate platform and payment method in invoices (#42) 2025-02-22 09:24:34 +01:00
payment.go translate platform and payment method in invoices (#42) 2025-02-22 09:24:34 +01:00
report.go update report template (#43) 2025-02-22 12:28:56 +01:00
service.go feat(logging): add slog-based structured logging 2025-09-12 12:17:22 -04:00
sync.go translate platform and payment method in invoices (#42) 2025-02-22 09:24:34 +01:00