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

Keep plugin logs and errors in a system table #25843

Open
pauldix opened this issue Jan 16, 2025 · 0 comments
Open

Keep plugin logs and errors in a system table #25843

pauldix opened this issue Jan 16, 2025 · 0 comments
Labels

Comments

@pauldix
Copy link
Member

pauldix commented Jan 16, 2025

Plugin results return log lines and errors, which we should keep in a system table named plugin_logs that users can query. It should be a circular buffer with a limit like the query log, and others of that kind. We'll need the plugin_name, trigger_name, level, and message. The test endpoints shouldn't populate this table since they return a response to the user with this information right away.

@pauldix pauldix added the v3 label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant