For the Edge Functions how do you set the severity...
# javascript
k
For the Edge Functions how do you set the severity of your logs? I notice
console.log
defaults to INFO so how would you get a
LOG
severity for instance? EDIT: Tried using Deno's stdlib log (new to Deno) but that still shows as INFO despite doing
log.error()