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

Remove redundant error messages on configuration loading #279

Closed
damyan opened this issue Mar 13, 2025 · 0 comments · Fixed by #281
Closed

Remove redundant error messages on configuration loading #279

damyan opened this issue Mar 13, 2025 · 0 comments · Fixed by #281
Assignees
Labels
bug Something isn't working

Comments

@damyan
Copy link
Member

damyan commented Mar 13, 2025

When misconfiguring a plugin, the error messages are stacked to something like:
FATAL main: Failed to start server: invalid configuration: invalid configuration: invalid configuration: exactly one argument must be passed to the plugin, got 2

Set the error message in the low-level proc only and pass it to the output.
Further, change the implementation so the name of the misconfigured plugin is part of the error message.

Note: Shall be implemented for all plugins.

@damyan damyan added the bug Something isn't working label Mar 13, 2025
@KapilYadava KapilYadava self-assigned this Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants