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

Do not echo debug logs to stderr on Windows #1828

Conversation

RebeccaMahany
Copy link
Contributor

Closes #1791

This appears to be what prevents logs from shipping when the debug flag is set. We don't receive logs send to stderr on Windows anyway, so we can remove this.

Copy link
Contributor

@zackattack01 zackattack01 left a comment

Choose a reason for hiding this comment

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

nice find!

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Aug 9, 2024
Merged via the queue into kolide:main with commit 5c09dea Aug 9, 2024
30 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/do-not-echo-logs-to-stderr-on-windows branch August 9, 2024 21:44
@RebeccaMahany RebeccaMahany added the bug-fixes Bug Fixes label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fixes Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

launcher on Windows does not ship logs to cloud if debug flag is set
3 participants