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.
10 lines
217 B
YAML
10 lines
217 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- sloglint
|
|
settings:
|
|
sloglint:
|
|
# Enforce using attributes only.
|
|
# This will raise an error for any key-value pair arguments.
|
|
attr-only: true
|