You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
Is this project maintened ? If not, it is possible to write it on the README ?
Thanks.
Regards
The text was updated successfully, but these errors were encountered: