#How to access the console.logs generated in Remix loader functions
1 messages · Page 1 of 1 (latest)
They should appear in Vercel’s functions logs.
Indeed - also note that the logs only show up when the page is open, they're not persisted by default. If you want to persist logs to storage somewhere, to query or inspect, you can use a logging integration + log drain https://vercel.com/integrations#logging