Marcel Overdijk
Marcel Overdijk
Explore posts from servers
CDCloudflare Developers
Created by Marcel Overdijk on 8/27/2024 in #workers-help
Global ContextHolder
Ah cool . Did not now AsyncLocalStorage was supported 👍
3 replies
CDCloudflare Developers
Created by Marcel Overdijk on 8/27/2024 in #workers-help
Simple logging in development
Thx Wendell, Indeed I used the browser version of Pino; but it gave me some strange - for me unexpected - behavior: https://github.com/pinojs/pino/issues/2035 Initially it's for development logging, but ideally I could also use it for production, perhaps with Cloudflare logpush. 2 things would be important: - run application with different log level enabled (e.g. prod with only info, dev with debug, but also be able to run dev with trace if needed) - provide some context to each log message automatically (e.g. a request id)
3 replies