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

Config validation errors should be more readable #127

Open
vegu opened this issue Jul 30, 2021 · 0 comments
Open

Config validation errors should be more readable #127

vegu opened this issue Jul 30, 2021 · 0 comments

Comments

@vegu
Copy link
Contributor

vegu commented Jul 30, 2021

Currently confu configuration errors go uncaught and display a traceback, they should instead be properly handled and render a more readable list of all errors confu encountered when validation the configuration

confu.exceptions.ValidationError: ['plugins', 'zmq_vodka', 'connect']: missing

should become

Configuration error at "plugins.zmq_vodka.connect": missing

Additionally we want to catch and display all confu errors

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

No branches or pull requests

1 participant