suborbital / e2core

Server for sandboxed third-party plugins, powered by WebAssembly
https://suborbital.dev
Apache License 2.0
721 stars 42 forks source link

chore(errors) All echo.NewHTTPErrors have a SetInternal attached to them #407

Closed javorszky closed 1 year ago

javorszky commented 1 year ago

No issue

Every time e2core returns an http error, the underlying error will also be logged.

This means every return echo.NewHTTPError() call has a setinternal in the entire codebase.