Created attachment 167627 [details] shar file A structured logger for Fluentd in python WWW: https://github.com/fluent/fluent-logger-python
*** Bug 207635 has been marked as a duplicate of this bug. ***
Thanks for the patch. Can you please run `portlint -AC' on the port and fix the issues that it raises?
Created attachment 167704 [details] revised shar file fix with portlint -AC
You've added a pkg-plist while using USE_PYTHON=autoplist. You need either one or the other.
It's my mistake, I'll use autoplist
(In reply to Raphael Kubo da Costa from comment #4) It's my mistake, I'll use autoplist
Any news here?
In the meantime fluent-logger has 0.9.2 https://pypi.python.org/pypi/fluent-logger/ (on github 0.9.0) https://github.com/fluent/fluent-logger-python
A commit references this bug: Author: sunpoet Date: Mon Mar 12 21:17:35 UTC 2018 New revision: 464322 URL: https://svnweb.freebsd.org/changeset/ports/464322 Log: Add py-fluent-logger 0.9.2 Many web/mobile applications generate huge amount of event logs (cf. login, logout, purchase, follow, etc). To analyze these event logs could be really valuable for improving the service. However, the challenge is collecting these logs easily and reliably. Fluentd solves that problem by having: easy installation, small footprint, plugins, reliable buffering, log forwarding, etc. fluent-logger-python is a Python library, to record the events from Python application. WWW: https://github.com/fluent/fluent-logger-python PR: 207636 Submitted by: Edward Chuang <edwardchuang@gmail.com> Changes: head/devel/Makefile head/devel/py-fluent-logger/ head/devel/py-fluent-logger/Makefile head/devel/py-fluent-logger/distinfo head/devel/py-fluent-logger/pkg-descr
Committed. Thanks!