Jamie King

Results 25 comments of Jamie King

👋 @open-telemetry/javascript-approvers

I only use the `ConsoleLogRecordExporter` in `NODE_ENV=development`

I'm using [pino](https://github.com/pinojs/pino) for logging with [pino-opentelemetry-transport](https://github.com/Vunovati/pino-opentelemetry-transport/tree/main). Since its running in a worker thread there is never colorization. Currently, I'm conditionally setting `process.env.FORCE_COLORS="1"` when I create the exporter to provide...

@pichlermarc that is already the default behavior when process.stdout is a TTY. I'm running into this because the exporter is in a worker thread where it is not a TTY....