davidedantonio / pino-fluentd

:evergreen_tree: send pino logs to Fluentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference from fluent-cat?

cemremengu opened this issue · comments

Just curious, what are the main differences between piping through this utility vs piping through fluent-cat ?

It's a good question!
The features are basically the same, but with this module you don't need to install fluentd, and it's dependencies, on the same instance where run your node.js/pino code.
Another difference is that you can decide to send only the logs that really interest you using the -l flag.

That's all
😄

Thanks for the answer! I am relatively new with these technologies so trying to make sure I get everything right 😄

@cemremengu thanks to you man! 🙏