ItsWendell
Explore posts from serversCDCloudflare Developers
•Created by ItsWendell on 10/28/2024 in #d1-database
Unexplained row reads in billable usage
3 replies
CDCloudflare Developers
•Created by ItsWendell on 10/28/2024 in #d1-database
Unexplained row reads in billable usage
3 replies
CDCloudflare Developers
•Created by Marcel Overdijk on 8/27/2024 in #workers-help
Simple logging in development
Hi Marcel,
Is this purely for development? What's missing in the standard logging features
console.log
/ console.debug
etc that you would want in a logging library? For production I've been using https://axiom.co with a tail worker that pushes regular old console log's into Axiom. For Pino, you need to make sure you're using the 'web' version and not the 'node' version, since the node version isn't fully compatible.3 replies