When self hosting an app with deno serve, what is the best way to get request logs?
Long-term goal is to log to STDOUT in JSON format to send to Datadog for parsing. The app I'm working on is a high volume, but very simple, link shortening app, so deno servedeno serve with a bit of --parallel--parallel seems very well suited to it.
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.