RJ
RJ17mo ago

Log message truncation

I've noticed that console.log messages in Convex are truncated after not very many characters, which can make quick debugging of runtime values of non-trivial size quite challenging! This shortcoming is also present in the log streams that are sent to Datadog. I can sort of get around this by "logging" to a service like https://webhooks.site or Sentry, but that's pretty inconvenient. Is there a better way?
1 Reply
Michal Srb
Michal Srb17mo ago
Hey @RJ, I have a PR open to fix this and expect to become much better in a few days, stay tuned!

Did you find this page helpful?