Skip to content

Remove noisy presence compare info log#11

Open
frederickbaier wants to merge 1 commit intofeat/platformfrom
chore/remove-presence-debug-log
Open

Remove noisy presence compare info log#11
frederickbaier wants to merge 1 commit intofeat/platformfrom
chore/remove-presence-debug-log

Conversation

@frederickbaier
Copy link
Copy Markdown

@frederickbaier frederickbaier commented Apr 15, 2026

Description

The proxy/controller presence reconciliation loop fires handleCompareRequest on every tick. Each invocation currently logs the controller hash, local hash, match result, and the full online-player list at INFO level. On a busy proxy this dominates log output and buries genuinely interesting operational events behind routine traffic.

Because the log is purely diagnostic and does not influence the compare/response outcome, removing it restores INFO as a useful signal level without changing any reconciliation behavior.

Changes

  • Removed the LOGGER.info("[Presence] Compare request received …") call (4 lines) from ProxyPresenceResponder.handleCompareRequest
  • No other logic, imports, or formatting touched

Type of Change

  • New feature / capability
  • Bug fix
  • Refactoring
  • Documentation
  • Infrastructure / CI/CD

Behavior Change

Before: Every presence compare request emits an INFO log line containing controller hash, local hash, match flag, and the full list of online player names + UUIDs.

After: The compare request completes silently on success. Warning-level logging for actual processing failures remains unchanged.

Pre-Deployment Migrations

No migrations required before deploying.

@frederickbaier frederickbaier changed the title Remove Presence compare debug log Remove noisy presence compare info log Apr 15, 2026
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