Skip to content

chore: configurable log level, suppress 4xx logs, fix entry lookup#32

Merged
raf555 merged 3 commits into
mainfrom
chore-and-bugfixes
May 5, 2026
Merged

chore: configurable log level, suppress 4xx logs, fix entry lookup#32
raf555 merged 3 commits into
mainfrom
chore-and-bugfixes

Conversation

@raf555

@raf555 raf555 commented May 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add LOG_LEVEL env var support to configure slog level at runtime (defaults to INFO)
  • Downgrade HTTP 4xx responses from Error to Warn log level; client errors shouldn't
    trigger server-error alerts
  • Fix incorrect bounds check in dictionary entry lookup that compared against total entries
    instead of the entry number map, causing false ErrEntryNotFound returns

@raf555 raf555 merged commit 60f9298 into main May 5, 2026
4 checks passed
@raf555 raf555 deleted the chore-and-bugfixes branch May 5, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant