Files
e-tib.com/node_modules/.pnpm/pino@10.3.1/node_modules/pino/docs/diagnostics.md
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

839 B

Diagnostics

Pino provides tracing channel events that allow insight into the internal workings of the library. The currently supported events are:

  • tracing:pino_asJson:start: emitted when the final serialization process of logs is started. The emitted event payload has the following fields:
    • instance: the Pino instance associated with the function
    • arguments: the arguments passed to the function
  • tracing:pino_asJson:end: emitted at the end of the final serialization process. The emitted event payload has the following fields:
    • instance: the Pino instance associated with the function
    • arguments: the arguments passed to the function
    • result: the finalized, newline delimited, log line as a string