Skip to content

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

Merged
dgottlieb merged 5 commits into
viamrobotics:mainfrom
dgottlieb:RSDK-9742
Jan 15, 2025
Merged

RSDK-9742: Add event logger support for windows.#4713
dgottlieb merged 5 commits into
viamrobotics:mainfrom
dgottlieb:RSDK-9742

Conversation

@dgottlieb
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@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