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: enhance error logging for channel and sync registries #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dsvetl
Copy link

@dsvetl dsvetl commented Sep 2, 2024

Hi @resmoio,

I've submitted a patch that changes the logging level from Debug to Warn for error messages related to event sending failures in both the channel and sync registries.

The motivation behind this change is to improve the visibility of these errors. Given that event sending is a critical function within this application, it's essential to surface these issues more prominently. By logging these errors at the Warn level, it becomes significantly easier to identify and investigate problems when they occur.

- Change logging level from Debug to Warn for error messages in channel registry and sync registry files.
- Improve error visibility by logging warnings instead of debug information for failed event sends.

Signed-off-by: dsv <[email protected]>
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.

1 participant