We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82db7a commit 1dbe666Copy full SHA for 1dbe666
lib/fluent/plugin/out_stdout.rb
@@ -25,7 +25,7 @@ class StdoutOutput < Output
25
DEFAULT_LINE_FORMAT_TYPE = 'stdout'
26
DEFAULT_FORMAT_TYPE = 'json'
27
28
- desc "If Fluentd logger outputs logs to a file, this plugin outputs events to the file as well."
+ desc "If Fluentd logger outputs logs to a file (with -o option), this plugin outputs events to the file as well."
29
config_param :use_logger, :bool, default: true
30
31
config_section :buffer do
0 commit comments