Skip to content

Merge dev to main#287

Merged
zbigniewsobiecki merged 2 commits intomainfrom
dev
Feb 16, 2026
Merged

Merge dev to main#287
zbigniewsobiecki merged 2 commits intomainfrom
dev

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

🤖 Generated with Claude Code

zbigniewsobiecki and others added 2 commits February 16, 2026 11:17
The llmist agent logger in agents/utils/setup.ts only checked
LLMIST_LOG_LEVEL, ignoring the standard LOG_LEVEL env var used
everywhere else. This caused agent debug logs to be invisible in
Docker worker containers even when LOG_LEVEL=debug was set.

- agents/utils/setup.ts: fall through to LOG_LEVEL when
  LLMIST_LOG_LEVEL is not set (preserves backwards compat)
- index.ts, worker-entry.ts: remove redundant || 'info' fallback
  since env.ts already defaults LOG_LEVEL to 'info'
- config/env.ts: tighten loadEnvConfigSafe return type so logLevel
  and port are non-optional (only databaseUrl is truly optional)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: make LOG_LEVEL respected by llmist agent logger
@zbigniewsobiecki zbigniewsobiecki merged commit 9d68c26 into main Feb 16, 2026
8 checks passed
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