Skip to content

feat(log): add configurable log levels #5

Description

@0dillon

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

  • Add SEP10_LOG_LEVEL to internal/config.
  • Update internal/log to respect the configured level (debug, info, warn, error).
  • Validate config correctly defaults to info.

Tech Stack

Go, log/slog

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions