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

[GP-4352] Standard Output Logger plugin #1309

Merged
merged 4 commits into from
Jul 2, 2024
Merged

[GP-4352] Standard Output Logger plugin #1309

merged 4 commits into from
Jul 2, 2024

Conversation

avarsava
Copy link
Contributor

@avarsava avarsava commented Jun 27, 2024

JIRA Ticket: GP-4352

If no plugin with logging (ie, only Loki at this time) is configured, logs written out through the Definer are simply lost.
The PluginManager cannot have enough insight into the plugins in order to determine whether one of the plugins actually does anything with the log lines, so the PluginManager cannot itself provide a stdout fallback.
Implements a stdout logging plugin for use in local development scenarios where you do not want to connect your local shesmu to loki and pollute the logs there.

Also fixes a compilation problem on master.

  • Updates Changelog
  • Updates developer documentation

@avarsava avarsava requested review from wuall826 and grapigeau June 27, 2024 18:06
@avarsava avarsava merged commit 7b762b0 into master Jul 2, 2024
7 of 9 checks passed
@avarsava avarsava deleted the GP-4352_stdout branch July 2, 2024 17:53
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.

3 participants