Skip to content

Add log stream for gRPC client#49

Open
4echow wants to merge 2 commits into
mainfrom
feature/add-log-stream-grpc
Open

Add log stream for gRPC client#49
4echow wants to merge 2 commits into
mainfrom
feature/add-log-stream-grpc

Conversation

@4echow
Copy link
Copy Markdown
Member

@4echow 4echow commented May 29, 2026

No description provided.

@4echow 4echow requested a review from peb-adr May 29, 2026 09:20
Copy link
Copy Markdown
Member

@peb-adr peb-adr left a comment

Choose a reason for hiding this comment

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

Don't really know much about golang, pub/sub or grpc streaming lol.
Diff looks good (style wise), concise and like it will do what it is intended to do.
Just one remark.

Comment thread internal/logger/logger.go Outdated
Comment on lines 61 to 63
func ParseLevel(levelStr string) (Level, error) {
return parseLevel(levelStr)
}
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.

Any reason for this nesting?
Looks this it's basically the same method and can be reduced to one.

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.

Fair point, just lazy wrapper to expose the function to the server endpoint. Fixed.

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.

2 participants