Skip to content

Issue #478: Replace client side LOG messages by INFO#479

Merged
za-arthur merged 1 commit intomasterfrom
issue_478_log_to_info
Feb 13, 2026
Merged

Issue #478: Replace client side LOG messages by INFO#479
za-arthur merged 1 commit intomasterfrom
issue_478_log_to_info

Conversation

@za-arthur
Copy link
Collaborator

@za-arthur za-arthur commented Feb 13, 2026

Client code shouldn't log LOG level messages since it is considered as a server operational messages according to PostgreSQL logic. The function log_required() [1], which is used by pg_repack, is basically copy of a similar function [2] from PostgreSQL code, therefore we should follow same logic.

  1. log_required()
  2. PostgreSQL's is_log_level_output()

Issue #478

Client code shouldn't log LOG level messages since it is considered as a
server operational messages according to PostgreSQL logic. The function
`log_required()`, which is used by pg_repack, is basically copy of a
similar function from PostgreSQL code, therefore we should follow same
logic.
@za-arthur za-arthur merged commit 4f276d0 into master Feb 13, 2026
22 checks passed
@za-arthur za-arthur deleted the issue_478_log_to_info branch February 13, 2026 14:57
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.

3 participants