Skip to content

Reduce noisy server logs#5320

Open
clockwork-labs-bot wants to merge 2 commits into
masterfrom
bot/reduce-noisy-public-logs
Open

Reduce noisy server logs#5320
clockwork-labs-bot wants to merge 2 commits into
masterfrom
bot/reduce-noisy-public-logs

Conversation

@clockwork-labs-bot

Copy link
Copy Markdown
Contributor

Summary

  • Lower routine client connection lifecycle logs from info/warn to debug.
  • Lower SQL query, JWT payload lookup, PG socket processing, and migration planning logs to quieter levels.
  • Keep actionable logs visible, including manual migration notices, module lifecycle, durability offset, and actual connection/module-host errors.

Verification

  • cargo fmt --all
  • LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 cargo check -p spacetimedb-client-api -p spacetimedb-core -p spacetimedb-datastore -p spacetimedb-pg
  • git diff --check

Note: the first cargo check attempt failed before compiling because the macOS host did not accept C.UTF-8 while configuring vendored OpenSSL through Perl. Rerunning with en_US.UTF-8 passed.

@clockwork-labs-bot clockwork-labs-bot requested a review from bfops June 15, 2026 13:42
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.

2 participants