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

Remove logger overrides from Gouda #14

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Remove logger overrides from Gouda #14

merged 2 commits into from
Jul 3, 2024

Conversation

julik
Copy link
Contributor

@julik julik commented Jul 3, 2024

In our app, this causes more trouble than it is worth - Gouda should use the common Rails logger and not touch it. If we want to log less SQL from the Gouda worker, we should look for a different way to do so - for example, by selectively silencing the logger using blocks or by temporarily lowering the logging level during the query.

In our app, this causes more trouble than it is worth - Gouda should use the common Rails logger and not touch it. If we want to log less SQL from the Gouda worker, we should look for a different way to do so - for example, by selectively silencing the logger using blocks or by temporarily lowering the logging level during the query.
@julik julik requested a review from svanhesteren July 3, 2024 10:35
Copy link
Collaborator

@svanhesteren svanhesteren left a comment

Choose a reason for hiding this comment

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

Nice!

CHANGELOG.md Show resolved Hide resolved
lib/gouda.rb Show resolved Hide resolved
@julik julik merged commit 29c3d35 into main Jul 3, 2024
2 checks passed
@julik julik deleted the remove-logger-overrides branch July 3, 2024 11:28
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