console.(log/warn/error) not showing in convex prod logs
Looking through my production logs I am not receiving any logs i've manually injected. Only "Success" and "Failures".
Im trying to debug a production "timeout issue" and while they are all showing via the local dev instance none are propagated when deployed.
looking for advice ASAP.
Things ive tried:
1. Log, warn
2. no filters are on in the "/logs" route.
3. THESE DO SHOW IN DEV "/LOGS"
4. Multiple deployments with functions successfully pushed
Following https://docs.convex.dev/functions/debugging
