[openrtm-commit:02443] r2949 - trunk/OpenRTM-aist/etc

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 15日 (水) 13:10:52 JST


Author: n-ando
Date: 2017-02-15 13:10:52 +0900 (Wed, 15 Feb 2017)
New Revision: 2949

Modified:
   trunk/OpenRTM-aist/etc/rtc.conf.sample
Log:
[comapt,conf_file] fluent-bit log stream configuration example has been added rtc.conf.sample

Modified: trunk/OpenRTM-aist/etc/rtc.conf.sample
===================================================================
--- trunk/OpenRTM-aist/etc/rtc.conf.sample	2017-02-14 01:23:56 UTC (rev 2948)
+++ trunk/OpenRTM-aist/etc/rtc.conf.sample	2017-02-15 04:10:52 UTC (rev 2949)
@@ -537,3 +537,34 @@
 #
 sdo.service.consumer.available_services: [read only]
 sdo.service.consumer.enabled_services: ALL
+
+
+#============================================================
+# Fluent-bit logger plugin setting
+#============================================================
+#
+# This is fluentbit logger plugin example in rtc.conf
+#
+logger.enable: YES
+logger.log_level: PARANOID
+logger.file_name: rtc%p.log, stderr
+
+# fluentbit specific configurations
+logger.plugins: FluentBit.so
+
+# Output example (forward)
+logger.logstream.fluentd.output0.plugin: forward
+logger.logstream.fluentd.output0.tag: fluent_forward
+logger.logstream.fluentd.output0.match: *
+#logger.logstream.fluentd.output0.host: 127.0.0.1 (default)
+#logger.logstream.fluentd.output0.port: 24224 (default)
+
+# Output example (stdout)
+logger.logstream.fluentd.output1.plugin: stdout
+logger.logstream.fluentd.output1.tag: fluent_stdout
+logger.logstream.fluentd.output1.match: *
+
+# Input example (CPU)
+logger.logstream.fluentd.input0.plugin: cpu
+logger.logstream.fluentd.input0.tag: fluent_cpu
+



openrtm-commit メーリングリストの案内