acorn
acorn copied to clipboard
A focused RESTful server framework for Deno 🌰🦕
I like your acorn very much, can you help me how to catch this error and respond to custom data? thanks. Not Found - 404 http://localhost:10000/ Stack trace: NotFoundError: http://localhost:10000/...
In Deno 2.2, OTEL support is at a point where traces and logs show up with minimal configuration in Grafana. You can test it out by following this: https://deno.com/blog/v2.2#built-in-opentelemetry When...
# Issue current README mentions logtape as the logging library however it has been replaced in commit https://github.com/oakserver/acorn/commit/90c919a6842c79a037ccb7d5ad3cc0a433b900c1 with the @std/log library # Proposed fix Update these two files that...