Skip to content

Fix parameter query results logging#593

Merged
rkistner merged 5 commits intomainfrom
fix-parameter-logging
Apr 9, 2026
Merged

Fix parameter query results logging#593
rkistner merged 5 commits intomainfrom
fix-parameter-logging

Conversation

@rkistner
Copy link
Copy Markdown
Contributor

@rkistner rkistner commented Apr 5, 2026

Follow-up to #520.

The error data included the entire StorageCheckpointUpdate, which internally included references to the underlying storage implementation. This pollutes the logs with the implementation and driver details, to the point where the JSON log parsers may not function properly anymore.

This changes it to only include the checkpoint number.

This also adds filtering to the logger to make sure we can't log these storage classes directly.

@rkistner rkistner requested a review from Sleepful April 5, 2026 09:29
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 5, 2026

🦋 Changeset detected

Latest commit: 2945605

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@powersync/service-module-postgres-storage Patch
@powersync/service-module-mongodb-storage Patch
@powersync/service-core Patch
@powersync/lib-service-postgres Patch
@powersync/lib-services-framework Patch
@powersync/service-schema Patch
@powersync/service-module-mongodb Patch
@powersync/service-module-mssql Patch
@powersync/service-module-mysql Patch
@powersync/service-module-postgres Patch
@powersync/service-image Patch
@powersync/service-core-tests Patch
@powersync/service-module-core Patch
test-client Patch
@powersync/service-rsocket-router Patch
@powersync/lib-service-mongodb Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rkistner rkistner force-pushed the fix-parameter-logging branch from 89563f5 to 34d2eb5 Compare April 5, 2026 10:35
Copy link
Copy Markdown
Contributor

@Sleepful Sleepful left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- just one comment to address (not blocking on it)

@rkistner rkistner merged commit 756746c into main Apr 9, 2026
44 checks passed
@rkistner rkistner deleted the fix-parameter-logging branch April 9, 2026 07:03
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