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(#3101): implement UI for logging groups #3719

Merged
merged 14 commits into from
Oct 11, 2024
Merged

Conversation

SteKoe
Copy link
Contributor

@SteKoe SteKoe commented Oct 5, 2024

closes #3101

logging_group.mov

@SteKoe SteKoe requested a review from a team as a code owner October 5, 2024 09:04
return this.value.some((l) => {
return l.effectiveLevel === level || l.members
? this.hasConfiguredLevel(level)
: false;
Copy link
Member

Choose a reason for hiding this comment

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

as already discussed in the chat, I still think that this could be written in a easier-to-understand way

@SteKoe SteKoe enabled auto-merge (squash) October 11, 2024 09:13
@SteKoe SteKoe disabled auto-merge October 11, 2024 09:14
@SteKoe SteKoe merged commit 2941d46 into master Oct 11, 2024
2 checks passed
@SteKoe SteKoe deleted the feat/3101-logging-groups branch October 11, 2024 11:42
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.

Unable to list logging groups on the Loggers UI section
2 participants