t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native

Home Page:https://turbo.t3.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: logs not working

swarajbachu opened this issue · comments

Provide environment information

mac os

Describe the bug

I got logs in at the bottom previously using create t3 app, but now not getting any logs on serverside, while using trpc need help

I got prisma queries, the url hit, and so many logs while using t3-app, how can I replicate the same ?the Prisma

Link to reproduction

https://github.com/t3-oss/create-t3-turbo

To reproduce

just use some trpc route

Additional information

No response

that's because create-t3-app still uses a "client" for trpc calls where this repo uses v11 and a server-caller, so we don't have a loggerLink. we don't hit any url, we just call the procedure inline if that makes sense

if you want db logs with drizzle, see https://orm.drizzle.team/docs/goodies#logging