Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Consider adding callback for load or reload errors #489

Closed
divega opened this issue Aug 17, 2016 · 1 comment
Closed

Consider adding callback for load or reload errors #489

divega opened this issue Aug 17, 2016 · 1 comment

Comments

@divega
Copy link

divega commented Aug 17, 2016

Currently reload happens in a separate callback and if there are issues in configuration (required files don't exist, or have parsing errors) there is no good way to find out.

This issue is about creating a mechanism that customers can use to execute some action (e.g. log the error message) if such error happens during reload. Potentially this could be used to handle issues on the first load, but there are problems with that because errors during reload are always non-fatal while issues during load are currently always fatal.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants