Dash0 Raises $110M Series B at $1B Valuation

Last updated: March 26, 2026

Send Pino Logs to Dash0

Pino is a commonly used logger for Node.js users. Learn how to get the most out of your Pino logs.

Pino produces JSON log records by default. To get the most out of Pino, we recommend the following:

  1. Model log levels as labels instead of numbers. The Pino numbers do not follow any standard and cannot be generically interpreted as errors, warnings, etc. Turning the numbers into labels improves readability for humans and machines alike.

  2. If you don't yet have a log export mechanism in place, we recommend using Pino's OpenTelemetry transport.

Learn more by reading our guide on Production-Grade Logging in Node.js with Pino.