Skip to content

Humanize the syncer init and INDEX_PRIORITY log messages - #337

Merged
jp-spotter merged 1 commit into
thoughtspot:devfrom
jp-spotter:chore/message-cleanup
Aug 4, 2026
Merged

Humanize the syncer init and INDEX_PRIORITY log messages#337
jp-spotter merged 1 commit into
thoughtspot:devfrom
jp-spotter:chore/message-cleanup

Conversation

@jp-spotter

Copy link
Copy Markdown
Collaborator

Two log lines read as internals rather than information. The syncer init line printed the raw Python class repr, and the INDEX_PRIORITY warning said values are "clamped between 1 and 10 in ThoughtSpot" -- a server-behavior claim the docs do not make -- without ever stating the value that actually gets recorded.

  • The syncer init line now prints just the class name: "Initializing syncer: Postgres".
  • The INDEX_PRIORITY warning now states the documented 1-10 range, notes the UI does not enforce it, and names the value CS Tools records for the column.

No behavior changes -- the coerced value is identical to before.

@jp-spotter
jp-spotter requested a review from a team as a code owner August 4, 2026 01:31
@jp-spotter
jp-spotter merged commit 9d5814f into thoughtspot:dev Aug 4, 2026
3 checks passed
@jp-spotter
jp-spotter deleted the chore/message-cleanup branch August 4, 2026 01:34
@jp-spotter jp-spotter mentioned this pull request Aug 7, 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