Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Log Level for Compress Chunk #7280

Open
gmilamjr opened this issue Sep 18, 2024 · 0 comments
Open

Reduce Log Level for Compress Chunk #7280

gmilamjr opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement An enhancement to an existing feature for functionality

Comments

@gmilamjr
Copy link

What type of enhancement is this?

Other

What subsystems and features will be improved?

Other

What does the enhancement do?

Reduce the log volume generated by the compress_chunk function. Currently, we have a maintenance job that processes existing chunks and calls the compress_chunk function as needed. This operation produces a significant amount of output in the PostgreSQL server log at the current LOG level, leading to excessive log volume. Would it make sense to lower the log level from LOG to INFO? Otherwise, suppressing the output would require setting the log_min_messages to FATAL.

Implementation challenges

No response

@gmilamjr gmilamjr added the enhancement An enhancement to an existing feature for functionality label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement to an existing feature for functionality
Projects
None yet
Development

No branches or pull requests

1 participant