Hacker News new | ask | show | jobs
by pquerna 1023 days ago
You can also just, Log the spans as they are being created to stderr/stdout -- I've done this on a previous project with this approach of "spans first".

It made it debuggable via output if needed, but the primary consumption became span oriented.

1 comments

Good idea yeah, but do the same notions of log level apply?