ErrLookup › pinojs/pino

pinojs/pino

🌲 super fast, all natural json logger · JavaScript · 20 source files

Analyzed at 5aa62305c5 on 2026-09-02. 26 documented errors.

Code / MessageTypeSeverityTags
missing bindings for child Pino
exception error logging, api-misuse, pino, browser
Levels comparison should be one of "ASC", "DESC" or "functio
exception error logging, configuration, pino, levels
prettyPrint option is no longer supported, see the pino-pret
exception error logging, pino, breaking-change, migration
only one of target or targets can be specified
exception error logging, pino, transport, api-misuse
unable to determine transport target for "${origin}"
exception error logging, pino, transport, module-resolution
PINO_TRANSPORT_MULTI_TARGETS_LEVEL_FORMATTER
custom formatters.level detected with multiple transport targets/pipelines; ensu
error_code warning logging, pino, transport, formatters
pino – redact must contain an array of strings
exception error logging, pino, browser, redaction, validation
pino: transmit option must have a send function
exception error logging, pino, browser, transmit, validation
unknown level ${level}
exception error logging, pino, browser, levels, validation
unknown level value${level}
exception error logging, pino, levels, validation
unknown level ${level}
exception error configuration, logging, invalid-argument
default level:${defaultLevel} must be included in custom lev
exception error configuration, logging, custom-levels
levels cannot be overridden
exception error configuration, logging, child-logger
pre-existing level values cannot be used for new levels
exception error configuration, logging, child-logger
stream object needs to implement either StreamEntry or Desti
exception error configuration, logging, streams
levelVal is read-only
exception error api-misuse, logging, read-only
missing bindings for child Pino
exception error api-misuse, logging, child-logger
callback must be a function
exception error api-misuse, logging, invalid-argument
pino – redact must contain an array of strings
exception error configuration, logging, redaction
only one of option.transport or stream can be specified
exception error pino, configuration, transport, api-misuse
option.transport do not allow stream, please pass to option
exception error pino, configuration, transport, api-misuse
option.transport.targets do not allow custom level formatter
exception error pino, configuration, transport, formatters
exported worker is not a function
exception error pino, transport, worker, module-exports
customLevels is required if useOnlyCustomLevels is set true
exception error pino, configuration, levels, validation
Unknown mixin type "${typeof mixin}" - expected "function"
exception error pino, configuration, mixin, type-error
Unknown msgPrefix type "${typeof msgPrefix}" - expected "str
exception error pino, configuration, msgprefix, type-error