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

fix: Significantly reduce logging of hobby clickhouse #22239

Merged
merged 1 commit into from May 18, 2024

Conversation

feedanal
Copy link
Contributor

@feedanal feedanal commented May 10, 2024

Problem

By default ALL Clickhouse logging is enabled, sometimes at trace level, which results in gigabytes of logs daily for an average website.

Might be one of the causes for #20101

Changes

This commit reduces max log size and increases logging level to error.

How did you test this code?

Running all my Clickhouse instances with this config.

By default ALL logging is enabled, sometimes at trace level, which results in gigabytes of logs daily for an average website. 

This commit reduces max log size and increases logging level to `error`.
@benjackwhite benjackwhite changed the title significantly reduce logging fix: Significantly reduce logging of hobby clickhouse May 10, 2024
@fuziontech fuziontech merged commit b951858 into PostHog:master May 18, 2024
78 checks passed
timgl pushed a commit that referenced this pull request May 21, 2024
significantly reduce logging

By default ALL logging is enabled, sometimes at trace level, which results in gigabytes of logs daily for an average website. 

This commit reduces max log size and increases logging level to `error`.
thmsobrmlr pushed a commit that referenced this pull request May 21, 2024
significantly reduce logging

By default ALL logging is enabled, sometimes at trace level, which results in gigabytes of logs daily for an average website. 

This commit reduces max log size and increases logging level to `error`.
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.

None yet

2 participants