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: Reduce loglevel of certain traces #458

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

fgheysels
Copy link
Member

The change in this PR reduces the 'noise' of logs that can be produced when a message-handler is unable to process a certain message.
When the message is abandoned due to an error, we assume that the developer already logs the necessary information and we don't want Arcus to always log an additional message. Therefore, the loglevel of this specific trace has been changed to 'Debug'.

#457

Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for arcus-messaging canceled.

Name Link
🔨 Latest commit 7399f8e
🔍 Latest deploy log https://app.netlify.com/sites/arcus-messaging/deploys/6765331c61205400083e659c

@stijnmoreels stijnmoreels changed the title [Fix] Reduce loglevel of certain traces fix: Reduce loglevel of certain traces Dec 20, 2024
Copy link
Member

@stijnmoreels stijnmoreels left a comment

Choose a reason for hiding this comment

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

Great, debug makes sense in this case. 👍

@fgheysels fgheysels merged commit 458e8ae into main Dec 20, 2024
14 checks passed
@fgheysels fgheysels deleted the feat/457_loglevels branch December 20, 2024 12: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.

2 participants