julie added
krsdnc added
Shufi Syahida added
Deno Deploy
Hassle-free platform for serverless JavaScript applications
Develop locally in JavaScript or TypeScript, deploy in seconds globally and scale to billions of requests.
Hassle-free platform for serverless JavaScript applications
Develop locally in JavaScript or TypeScript, deploy in seconds globally and scale to billions of requests.
Deno Deploy | Deno
Nicolay Gerold added
Whenever you write a log, it’s important you choose the correct log level.
I personally mostly use ERROR, WARNING, INFO, or DEBUG (yes there are a few more).
Log levels TLDR
I personally mostly use ERROR, WARNING, INFO, or DEBUG (yes there are a few more).
Log levels TLDR
- ERROR: Parts of the flow failed, we want to send alerts to our on-call for this failures.
- WARNING: Doesn’t necessarily point to a failure, but an unexpected behavior that should b
Logging practices I follow
Nicolay Gerold added