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

RSDK-9742: Add event logger support for windows. #4713

Merged
merged 5 commits into from
Jan 15, 2025

Conversation

dgottlieb
Copy link
Member

No description provided.

@dgottlieb dgottlieb requested a review from cheukt January 14, 2025 21:41
@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Jan 14, 2025
func (el *eventLogger) Write(entry zapcore.Entry, fields []zapcore.Field) error {
switch entry.Level {
case zapcore.DebugLevel, zapcore.InfoLevel:
el.log.Info(0, getMessage(entry, fields))
Copy link
Member

Choose a reason for hiding this comment

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

there's no debug level on windows?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not in that API that was linked to me, no.

@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jan 15, 2025
@dgottlieb dgottlieb merged commit 9966ad9 into viamrobotics:main Jan 15, 2025
16 checks passed
@dgottlieb dgottlieb deleted the RSDK-9742 branch January 15, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants