pinojs / pino-elasticsearch

🌲 load pino logs into Elasticsearch
MIT License
179 stars 67 forks source link

[docs] Pino multi stream is deprecated #189

Closed schuerle closed 3 months ago

schuerle commented 3 months ago

Pino multi stream is deprecated https://github.com/pinojs/pino-multi-stream.

Based on npm:

No longer supported. Use the multi-stream support in the latest core Pino

Docs at https://github.com/pinojs/pino-elasticsearch/blob/master/README.md#using-multiple-streams-output-to-console-and-elasticsearch should be updated accordingly.

mcollina commented 3 months ago

Absolutely. It's now part of pino itself: https://getpino.io/#/docs/api?id=pino-multistream. Would you like to send a PR to adjust the docs?