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
Error-cat is required dependency for handling errors and bunyan is used for logging.
However the dependency on error-cat is pretty small. Ponos only requires you to throw an error of correct type:
Bunyan is only default implementation for logging. Theoretically you can pass your own logger that can be different from bunyan logger, but it should have the same API (functions to log errors).
If you have ideas how to make error-cat and bunyan even more optional.
Hey,
seems to be a cool stack.
Is there any way to handle errors other than using
error-cat
?Is
bunyan
also logging errors?Have a nice day :)
The text was updated successfully, but these errors were encountered: