Conversation
noise64
reviewed
Apr 22, 2026
| { | ||
| // Oplog processor plugin logs are emitted into the server log because | ||
| // they cannot be easily watched with CLI tools. | ||
| if self.state.component_metadata.metadata.has_oplog_processor() { |
Contributor
There was a problem hiding this comment.
is this something we want in prod?
Contributor
Author
There was a problem hiding this comment.
more detailed answer: there is no other way to see what these plugins are doing at the moment. they are not real agents so no cli command works on them, etc.
i think having them able to log into the server log is a good enough solution for now
Contributor
There was a problem hiding this comment.
I meant that in cloud user defined code can pollute our service logs.
Contributor
Author
There was a problem hiding this comment.
I know but I think for now that is better than not being able to see anything. We definitely need better observatibility tools for the plugins!
noise64
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
golem plugin listlists not only own, but shared plugins too (including builtins)