diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-06-06 09:22:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-06-06 09:22:30 +0800 |
commit | 6f594a62e10453e28bd00d19cdeae8e72d19d7ba (patch) | |
tree | 7cf8c6f3247a09c8f03a6c0e9ec208d8c48cdf30 /sysutils/Makefile | |
parent | 5769ba85490bc68d0e89796eee56dc29ea4d72b1 (diff) | |
download | freebsd-ports-gnome-6f594a62e10453e28bd00d19cdeae8e72d19d7ba.tar.gz freebsd-ports-gnome-6f594a62e10453e28bd00d19cdeae8e72d19d7ba.tar.zst freebsd-ports-gnome-6f594a62e10453e28bd00d19cdeae8e72d19d7ba.zip |
Fluent::Mixin::PlainTextFormatter is a mix-in module, that provides
'#format' instance method and its configurations to Fluentd
BufferedOutput Plugin and TimeSlicedOutput Plugin, to output plain
text data (to file, REST storages, KVSs ...).
WWW: https://rubygems.org/gems/fluent-mixin-plaintextformatter
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e7a46a562082..4aeb315f72a5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -818,6 +818,7 @@ SUBDIR += rubygem-chef-server SUBDIR += rubygem-chef-solr SUBDIR += rubygem-facter + SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluentd SUBDIR += rubygem-fssm SUBDIR += rubygem-god |