You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logging package currently logs at a fixed level. We should allow operators to configure the log level via an environment variable (e.g. SEP10_LOG_LEVEL).
Acceptance Criteria
Add SEP10_LOG_LEVEL to internal/config.
Update internal/log to respect the configured level (debug, info, warn, error).
Summary
The logging package currently logs at a fixed level. We should allow operators to configure the log level via an environment variable (e.g.
SEP10_LOG_LEVEL).Acceptance Criteria
SEP10_LOG_LEVELtointernal/config.internal/logto respect the configured level (debug, info, warn, error).info.Tech Stack
Go,
log/slog