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

feat: added syslog support in notification channel #180

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

singhalprerana
Copy link
Contributor

Added support for syslog server integration in notification channel config.

@singhalprerana singhalprerana requested a review from a team as a code owner October 14, 2023 08:11
buildContextSpecificConfig(context1, config1, 10L, 20L),
buildContextSpecificConfig(context2, config2, 10L, 20L)))
.build());
verify(responseObserver, times(1)).onNext(argThat(this::matchDeletedResponse));
Copy link
Contributor Author

@singhalprerana singhalprerana Oct 16, 2023

Choose a reason for hiding this comment

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

this test was flaky - was failing intermittently, so fixed it (though unrelated to the actual code changes)

@github-actions
Copy link

Test Results

116 tests   116 ✔️  1m 39s ⏱️
  29 suites      0 💤
  29 files        0

Results for commit 9ca1f20.

@singhalprerana singhalprerana enabled auto-merge (squash) October 16, 2023 17:45
@singhalprerana singhalprerana merged commit b8dfb1c into main Oct 16, 2023
@singhalprerana singhalprerana deleted the syslog-channel branch October 16, 2023 18:01
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