You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Instead of catching and logging errors/ panics, we can fail fast and panic, so that errors can not be missed. They would crash the node.
This is not intended for production setup though.
One solution proposed was a compile-time flag. Other options are start parameter or environment variables. Other ideas?
Follow up on #32
Instead of catching and logging errors/ panics, we can fail fast and panic, so that errors can not be missed. They would crash the node.
This is not intended for production setup though.
One solution proposed was a compile-time flag. Other options are start parameter or environment variables. Other ideas?