logspout icon indicating copy to clipboard operation
logspout copied to clipboard

Question : Is this project maintened ?

Open gallofeliz opened this issue 2 years ago • 2 comments

Hello,

Is this project maintened ? If not, it is possible to write it on the README ?

Thanks.

Regards

gallofeliz avatar Jul 06 '23 18:07 gallofeliz

Same question. No new release in 3 years.

infroger avatar Nov 04 '24 14:11 infroger

Hello,

It is no more a question. Depending of your needs, you can use various tools to replace this one.

  • for example, you can use fluentd/fluentbit as logging driver to "redirect" logs from container to fluentd/fluentbit, and configure this one to send logs where you want.
  • You can add a listener like logspout that does not override Docker log driver but listen to logs to make something (centralize but keeping local storage, metrics, etc). I preferred to develop my own, as npm package for the lib and private app for the use. I listen to all docker logs of all containers, I identify the log level (info, warn, etc) and aggregate and push to influxdb to have metrics about logs.

Regards

gallofeliz avatar Nov 04 '24 16:11 gallofeliz