Bouncer currently provides zero visibility into its internal operations.
- Define a minimal
Logger interface in the root that is compatible with Go's standard log/slog package.
- Allow dependency injection of an
*slog.Logger during Bouncer initialization so internal errors can be traced and analyzed correctly.
Bouncer currently provides zero visibility into its internal operations.
Loggerinterface in the root that is compatible with Go's standardlog/slogpackage.*slog.Loggerduring Bouncer initialization so internal errors can be traced and analyzed correctly.