Skip to content

chore: trim startup logs#244

Merged
adrunkhuman merged 1 commit into
masterfrom
issue-238-startup-logs
May 21, 2026
Merged

chore: trim startup logs#244
adrunkhuman merged 1 commit into
masterfrom
issue-238-startup-logs

Conversation

@adrunkhuman
Copy link
Copy Markdown
Owner

Summary

  • trim decorative and step-by-step startup log noise while keeping key lifecycle milestones
  • add guild join/remove observability with setup state and permission checks
  • include Send Messages in Threads in startup/join permission checks
  • downgrade normal fixture announcement verification details to DEBUG

Verification

  • uv run pytest
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run ty check typer_bot

Review loop:

  • fixed missing thread-send permission coverage
  • made guild join logging resilient to setup lookup failures
  • tightened permission test fakes so newly checked permissions cannot pass accidentally
  • final review signal was low with no confirmed actionable regressions
  • docs and commenter passes completed

Closes #238

@adrunkhuman adrunkhuman merged commit bc2a32b into master May 21, 2026
1 check passed
@adrunkhuman adrunkhuman deleted the issue-238-startup-logs branch May 21, 2026 21:29
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.

chore: trim production startup logs and add guild join observability

1 participant