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

Adjust log level during process_message #76

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

adamgeorgeson
Copy link
Contributor

@adamgeorgeson adamgeorgeson commented Jun 20, 2019

Logging everything to info in eventq can be chatty in workers, particularly when workers then implement their own logs.

Therefore setting logs related to picking up and acknowledging messages to debug mode.

Also re-classified other logs to WARN when triggering a retry or ERROR when dropping message to aid log analysis.

@adamgeorgeson adamgeorgeson self-assigned this Jun 20, 2019
edmonzo
edmonzo previously approved these changes Jun 20, 2019
Copy link

@edmonzo edmonzo left a comment

Choose a reason for hiding this comment

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

lgtm

rwadstein
rwadstein previously approved these changes Jun 20, 2019
Logging everything to info in eventq can be chatty in workers, particularly when workers then implement their own logs.
Therefore setting logs related to picking up and acknowledging messages to debug mode.
@adamgeorgeson adamgeorgeson merged commit fdc2cd7 into master Jun 24, 2019
@adamgeorgeson adamgeorgeson deleted the log_level_adjustments branch June 24, 2019 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants