Commit graph

5 commits

Author SHA1 Message Date
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
f836822ff0
upgrade dependencies and remove dead code 2025-05-04 23:48:12 +02:00
e298efabb4
fix(config): correct env variable prefix in documentation
Update the documentation for the Config struct to clarify that environment variables must be prefixed, e.g., with "APP_", to be recognized. This change improves clarity for users configuring the application.
2025-05-04 22:06:46 +02:00
75eb3b8502
use COnfig struct to parse env variables 2025-03-23 22:57:22 +01:00
aa5dd17d07
move config and constant packages to internal 2024-09-08 21:34:36 +02:00
Renamed from config/config.go (Browse further)