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

Reducing spammy log messages #1153

Merged
merged 6 commits into from
Apr 25, 2023
Merged

Reducing spammy log messages #1153

merged 6 commits into from
Apr 25, 2023

Conversation

seejdev
Copy link
Contributor

@seejdev seejdev commented Apr 21, 2023

Up for debate as to whether something else can be done besides eliminating them.

This messages are showing up very frequently in my logs. They are noisy enough that they make observing logging more difficult.

@@ -90,11 +90,6 @@ BOOL doSendNotification(UNUserNotificationCenter *center, NSString *title, NSStr
BOOL sendNotification(char *cTitle, char *cBody, char *cActionUri) {
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];

// To be removed later -- for troubleshooting purposes only
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh ha just commented on this -- yep this is fine to remove, thanks for getting it!

Copy link
Contributor

@directionless directionless left a comment

Choose a reason for hiding this comment

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

Sure! Let's do it

@seejdev seejdev merged commit c4bc0d7 into kolide:main Apr 25, 2023
James-Pickett pushed a commit to James-Pickett/launcher that referenced this pull request Apr 27, 2023
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.

4 participants