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
On the faucet, when any error occurs on the server's actions, it is not logged correctly to the console. Instead, errors are bubbled up as Result<_,_>, and absorbed in the top level. Instead, it should be logged as an error trace.
How should it be done?
On the endpoint functions, make sure that if any error is returned, it is logged and shown pertinently.
When is this task done?
When, for example, we can see internal server errors on the console.
Node's components affected by this task
Faucet
What should be done?
On the faucet, when any error occurs on the server's actions, it is not logged correctly to the console. Instead, errors are bubbled up as
Result<_,_>
, and absorbed in the top level. Instead, it should be logged as an error trace.How should it be done?
On the endpoint functions, make sure that if any error is returned, it is logged and shown pertinently.
When is this task done?
When, for example, we can see internal server errors on the console.
Additional context
#498 (comment)
The text was updated successfully, but these errors were encountered: