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

refactor(logger): improve and add fatal level #372

Merged
merged 12 commits into from
Dec 21, 2023
Merged

refactor(logger): improve and add fatal level #372

merged 12 commits into from
Dec 21, 2023

Conversation

gacevicljubisa
Copy link
Contributor

No description provided.

@@ -84,7 +84,7 @@ func (c *Client) EventsWatch(ctx context.Context, namespace string, operatorChan
// TODO: add this label to beekeeper and filter on it => app.kubernetes.io/name=bee
})
if err != nil {
return fmt.Errorf("getting pod events in namespace %s: %w", namespace, err)
return fmt.Errorf("getting pod events in namespace %s`: %w", namespace, err)
Copy link
Contributor

Choose a reason for hiding this comment

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

whats with this tick?

@gacevicljubisa gacevicljubisa merged commit 916c18b into master Dec 21, 2023
3 checks passed
@gacevicljubisa gacevicljubisa deleted the logger branch December 21, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants